Html Css Color HEX #CAC767 Wild Willow

📋 copy color: '#CAC767'

red 202 ◦ green 199 ◦ blue 103

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

Shades of Wild Willow #CAC767

Tints of Wild Willow #CAC767

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.48%

 BLUE value IS 103 (40.63% from 255) = 20.44%

R = 40.08%
G = 39.48%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CAC767 (or 0xCAC767) is known color: Wild Willow. HEX triplet: CA, C7 and 67. RGB value is (202,199,103). Sum of RGB (Red+Green+Blue) = 202+199+103=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC767 is #353898. Grayscale: #BDBDBD. Windows color (decimal): -3487897 or 6801354. OLE color: 6801354.

HSL color Cylindrical-coordinate representation of color #CAC767: hue angle of 58.18º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAC767 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 103 -
CMYK 0 0.01 0.49 0.21
HSL 58.18º 0.48% 0.6% -
HSV(B) 58.18º 0.49% 0.79% -
XYZ 47.23 54.38 20.84 -
YUV 188.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 202 199 103 0 0.01 0.49 0.21 58.18 0.48 0.6
Hex CA C7 67 0 1 31 15 3A 30 3C
Octal 312 307 147 0 1 61 25 72 60 74
Binary 11001010 11000111 1100111 0 1 110001 10101 111010 110000 111100

Color Harmonies of #CAC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC767

Black with #CAC767

Text Example


Text Example

White with #CAC767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC767; }

 p { color: rgb(202,199,103); }

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

background-color css

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

 a { background-color: rgb(202,199,103); }

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

border-color css

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

 span { border-color: rgb(202,199,103); }

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