Html Css Color HEX #CAC76B Wild Willow

📋 copy color: '#CAC76B'

red 202 ◦ green 199 ◦ blue 107

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

Shades of Wild Willow #CAC76B

Tints of Wild Willow #CAC76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.06%

R = 39.76%
G = 39.17%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CAC76B (or 0xCAC76B) is known color: Wild Willow. HEX triplet: CA, C7 and 6B. RGB value is (202,199,107). Sum of RGB (Red+Green+Blue) = 202+199+107=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 199 (78.12% from 255 or 39.17% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC76B is #353894. Grayscale: #BDBDBD. Windows color (decimal): -3487893 or 7063498. OLE color: 7063498.

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

Color convert

RGB 202 199 107 -
CMYK 0 0.01 0.47 0.21
HSL 58.11º 0.47% 0.61% -
HSV(B) 58.11º 0.47% 0.79% -
XYZ 47.43 54.46 21.92 -
YUV 189.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 202 199 107 0 0.01 0.47 0.21 58.11 0.47 0.61
Hex CA C7 6B 0 1 2F 15 3A 2F 3D
Octal 312 307 153 0 1 57 25 72 57 75
Binary 11001010 11000111 1101011 0 1 101111 10101 111010 101111 111101

Color Harmonies of #CAC76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC76B

Black with #CAC76B

Text Example


Text Example

White with #CAC76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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