Html Css Color HEX #CAC68D Winter Hazel

📋 copy color: '#CAC68D'

red 202 ◦ green 198 ◦ blue 141

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

Shades of Winter Hazel #CAC68D

Tints of Winter Hazel #CAC68D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.6%

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 37.34%
G = 36.6%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CAC68D (or 0xCAC68D) is known color: Winter Hazel. HEX triplet: CA, C6 and 8D. RGB value is (202,198,141). Sum of RGB (Red+Green+Blue) = 202+198+141=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68D is #353972. Grayscale: #C0C0C0. Windows color (decimal): -3488115 or 9291466. OLE color: 9291466.

HSL color Cylindrical-coordinate representation of color #CAC68D: hue angle of 56.07º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC68D is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 198 141 -
CMYK 0 0.02 0.30 0.21
HSL 56.07º 0.37% 0.67% -
HSV(B) 56.07º 0.3% 0.79% -
XYZ 49.36 54.87 33.19 -
YUV 192.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 202 198 141 0 0.02 0.30 0.21 56.07 0.37 0.67
Hex CA C6 8D 0 2 1E 15 38 25 43
Octal 312 306 215 0 2 36 25 70 45 103
Binary 11001010 11000110 10001101 0 10 11110 10101 111000 100101 1000011

Color Harmonies of #CAC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC68D

Black with #CAC68D

Text Example


Text Example

White with #CAC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC68D; }

 p { color: rgb(202,198,141); }

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

background-color css

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

 a { background-color: rgb(202,198,141); }

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

border-color css

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

 span { border-color: rgb(202,198,141); }

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