Html Css Color HEX #CACB58 Wild Willow

📋 copy color: '#CACB58'

red 202 ◦ green 203 ◦ blue 88

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

Shades of Wild Willow #CACB58

Tints of Wild Willow #CACB58

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.18%

 BLUE value IS 88 (34.77% from 255) = 17.85%

R = 40.97%
G = 41.18%
B = 17.85%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CACB58 (or 0xCACB58) is known color: Wild Willow. HEX triplet: CA, CB and 58. RGB value is (202,203,88). Sum of RGB (Red+Green+Blue) = 202+203+88=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACB58 is #3534A7. Grayscale: #BEBEBE. Windows color (decimal): -3486888 or 5819338. OLE color: 5819338.

HSL color Cylindrical-coordinate representation of color #CACB58: hue angle of 60.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CACB58 is Cyan = 0.00, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 203 88 -
CMYK 0.00 0 0.57 0.20
HSL 60.52º 0.53% 0.57% -
HSV(B) 60.52º 0.57% 0.8% -
XYZ 47.47 55.97 17.53 -
YUV 189.59 70.67 136.85 -
System Red Green Blue C M Y K H S L
Decimal 202 203 88 0.00 0 0.57 0.20 60.52 0.53 0.57
Hex CA CB 58 0 0 39 14 3D 35 39
Octal 312 313 130 0 0 71 24 75 65 71
Binary 11001010 11001011 1011000 0 0 111001 10100 111101 110101 111001

Color Harmonies of #CACB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACB58

Black with #CACB58

Text Example


Text Example

White with #CACB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACB58; }

 p { color: rgb(202,203,88); }

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

background-color css

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

 a { background-color: rgb(202,203,88); }

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

border-color css

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

 span { border-color: rgb(202,203,88); }

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