Html Css Color HEX #CAC006 Bird Flower

📋 copy color: '#CAC006'

red 202 ◦ green 192 ◦ blue 6

#CAC006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CAC006

Tints of Bird Flower #CAC006

RGB

 RED value IS 202 (79.3% from 255) = 50.5%

 GREEN value IS 192 (75.39% from 255) = 48%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 50.5%
G = 48%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CAC006 (or 0xCAC006) is known color: Bird Flower. HEX triplet: CA, C0 and 06. RGB value is (202,192,6). Sum of RGB (Red+Green+Blue) = 202+192+6=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC006 is #353FF9. Grayscale: #AEAEAE. Windows color (decimal): -3489786 or 442570. OLE color: 442570.

HSL color Cylindrical-coordinate representation of color #CAC006: hue angle of 56.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAC006 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 6 -
CMYK 0 0.05 0.97 0.21
HSL 56.94º 0.94% 0.41% -
HSV(B) 56.94º 0.97% 0.79% -
XYZ 43.24 50.27 7.6 -
YUV 173.79 33.31 148.12 -
System Red Green Blue C M Y K H S L
Decimal 202 192 6 0 0.05 0.97 0.21 56.94 0.94 0.41
Hex CA C0 6 0 5 61 15 39 5E 29
Octal 312 300 6 0 5 141 25 71 136 51
Binary 11001010 11000000 110 0 101 1100001 10101 111001 1011110 101001

Color Harmonies of #CAC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC006

Black with #CAC006

Text Example


Text Example

White with #CAC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC006; }

 p { color: rgb(202,192,6); }

 H1.HeaderClassName
 {
   color: #CAC006;
 }
 .AnyTagClassName
 {
   color: #CAC006;
 }
</style>

background-color css

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

 a { background-color: rgb(202,192,6); }

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

border-color css

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

 span { border-color: rgb(202,192,6); }

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