#C8C32C

Color #C8C32C Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #C8C32C

Tints of Barberry #C8C32C

Color information

#C8C32C (or 0xC8C32C) is unknown color: approx Barberry. HEX triplet: C8, C3 and 2C. RGB value is (200,195,44). Sum of RGB (Red+Green+Blue) = 200+195+44=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8C32C is #373CD3. Grayscale: #B3B3B3. Windows color (decimal): -3620052 or 2933704. OLE color: 2933704.

HSL color Cylindrical-coordinate representation of color #C8C32C: hue angle of 58.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8C32C is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB20019544-
CMYK00.020.780.22
HSL58.08º63.93%47.84%-
HSV(B)58.08º78%78.43%-
XYZ43.7951.4910.01-
YUV179.2851.66142.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 45.56%
GREEN value IS 195 (76.56% from 255) = 44.42%
BLUE value IS 44 (17.58% from 255) = 10.02%
R=45.56%
G=44.42%
B=10.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001954400.020.780.2258.0863.9347.84
HexC8C32C024E163a4030
Octal3103035402116267210060
Binary11001000110000111011000101001110101101110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C32C; }

 p { color: rgb(200,195,44); }

 H1.HeaderClassName
 {
   color: #C8C32C;
 }
 .AnyTagClassName
 {
   color: #C8C32C;
 }
</style>
background-color css

<style>
 a { background-color: #C8C32C; }

 a { background-color: rgb(200,195,44); }

 div.DivClassName
 {
   background-color: #C8C32C;
 }
 .BgClassName
 {
   background-color: #C8C32C;
 }
</style>
border-color css

<style>
 span { border-color: #C8C32C; }

 span { border-color: rgb(200,195,44); }

 td.TdClassName
 {
   border-color: #C8C32C;
 }
 .TagClassName
 {
   border-color: #C8C32C;
 }
</style>