Html Css Color HEX #CAC005 Bird Flower

📋 copy color: '#CAC005'

red 202 ◦ green 192 ◦ blue 5

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

Shades of Bird Flower #CAC005

Tints of Bird Flower #CAC005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.25%

R = 50.63%
G = 48.12%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#CAC005 (or 0xCAC005) is known color: Bird Flower. HEX triplet: CA, C0 and 05. RGB value is (202,192,5). Sum of RGB (Red+Green+Blue) = 202+192+5=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC005 is #353FFA. Grayscale: #AEAEAE. Windows color (decimal): -3489787 or 377034. OLE color: 377034.

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

Color convert

RGB 202 192 5 -
CMYK 0 0.05 0.98 0.21
HSL 56.95º 0.95% 0.41% -
HSV(B) 56.95º 0.98% 0.79% -
XYZ 43.23 50.27 7.57 -
YUV 173.67 32.81 148.21 -
System Red Green Blue C M Y K H S L
Decimal 202 192 5 0 0.05 0.98 0.21 56.95 0.95 0.41
Hex CA C0 5 0 5 62 15 39 5F 29
Octal 312 300 5 0 5 142 25 71 137 51
Binary 11001010 11000000 101 0 101 1100010 10101 111001 1011111 101001

Color Harmonies of #CAC005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC005

Black with #CAC005

Text Example


Text Example

White with #CAC005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC005; }

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

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

background-color css

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

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

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

border-color css

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

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

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