Html Css Color HEX #CAC00C Bird Flower

📋 copy color: '#CAC00C'

red 202 ◦ green 192 ◦ blue 12

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

Shades of Bird Flower #CAC00C

Tints of Bird Flower #CAC00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 49.75%
G = 47.29%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#CAC00C (or 0xCAC00C) is known color: Bird Flower. HEX triplet: CA, C0 and 0C. RGB value is (202,192,12). Sum of RGB (Red+Green+Blue) = 202+192+12=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC00C is #353FF3. Grayscale: #AFAFAF. Windows color (decimal): -3489780 or 835786. OLE color: 835786.

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

Color convert

RGB 202 192 12 -
CMYK 0 0.05 0.94 0.21
HSL 56.84º 0.89% 0.42% -
HSV(B) 56.84º 0.94% 0.79% -
XYZ 43.27 50.28 7.77 -
YUV 174.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 202 192 12 0 0.05 0.94 0.21 56.84 0.89 0.42
Hex CA C0 C 0 5 5E 15 39 59 2A
Octal 312 300 14 0 5 136 25 71 131 52
Binary 11001010 11000000 1100 0 101 1011110 10101 111001 1011001 101010

Color Harmonies of #CAC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC00C

Black with #CAC00C

Text Example


Text Example

White with #CAC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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