Html Css Color HEX #CAC768 Wild Willow

📋 copy color: '#CAC768'

red 202 ◦ green 199 ◦ blue 104

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

Shades of Wild Willow #CAC768

Tints of Wild Willow #CAC768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 40%
G = 39.41%
B = 20.59%

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

#CAC768 (or 0xCAC768) is known color: Wild Willow. HEX triplet: CA, C7 and 68. RGB value is (202,199,104). Sum of RGB (Red+Green+Blue) = 202+199+104=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC768 is #353897. Grayscale: #BDBDBD. Windows color (decimal): -3487896 or 6866890. OLE color: 6866890.

HSL color Cylindrical-coordinate representation of color #CAC768: hue angle of 58.16º 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 #CAC768 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 199 104 -
CMYK 0 0.01 0.49 0.21
HSL 58.16º 0.48% 0.6% -
HSV(B) 58.16º 0.49% 0.79% -
XYZ 47.28 54.4 21.11 -
YUV 189.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 202 199 104 0 0.01 0.49 0.21 58.16 0.48 0.6
Hex CA C7 68 0 1 31 15 3A 30 3C
Octal 312 307 150 0 1 61 25 72 60 74
Binary 11001010 11000111 1101000 0 1 110001 10101 111010 110000 111100

Color Harmonies of #CAC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC768

Black with #CAC768

Text Example


Text Example

White with #CAC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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