Html Css Color HEX #CAC765 Wild Willow

📋 copy color: '#CAC765'

red 202 ◦ green 199 ◦ blue 101

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

Shades of Wild Willow #CAC765

Tints of Wild Willow #CAC765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.12%

R = 40.24%
G = 39.64%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CAC765 (or 0xCAC765) is known color: Wild Willow. HEX triplet: CA, C7 and 65. RGB value is (202,199,101). Sum of RGB (Red+Green+Blue) = 202+199+101=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC765 is #35389A. Grayscale: #BDBDBD. Windows color (decimal): -3487899 or 6670282. OLE color: 6670282.

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

Color convert

RGB 202 199 101 -
CMYK 0 0.01 0.50 0.21
HSL 58.22º 0.49% 0.59% -
HSV(B) 58.22º 0.5% 0.79% -
XYZ 47.13 54.34 20.32 -
YUV 188.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 202 199 101 0 0.01 0.50 0.21 58.22 0.49 0.59
Hex CA C7 65 0 1 32 15 3A 31 3B
Octal 312 307 145 0 1 62 25 72 61 73
Binary 11001010 11000111 1100101 0 1 110010 10101 111010 110001 111011

Color Harmonies of #CAC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC765

Black with #CAC765

Text Example


Text Example

White with #CAC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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