Html Css Color HEX #CAC68A Winter Hazel

📋 copy color: '#CAC68A'

red 202 ◦ green 198 ◦ blue 138

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

Shades of Winter Hazel #CAC68A

Tints of Winter Hazel #CAC68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 37.55%
G = 36.8%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAC68A (or 0xCAC68A) is known color: Winter Hazel. HEX triplet: CA, C6 and 8A. RGB value is (202,198,138). Sum of RGB (Red+Green+Blue) = 202+198+138=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC68A is #353975. Grayscale: #C0C0C0. Windows color (decimal): -3488118 or 9094858. OLE color: 9094858.

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

Color convert

RGB 202 198 138 -
CMYK 0 0.02 0.32 0.21
HSL 56.25º 0.38% 0.67% -
HSV(B) 56.25º 0.32% 0.79% -
XYZ 49.14 54.78 32.03 -
YUV 192.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 202 198 138 0 0.02 0.32 0.21 56.25 0.38 0.67
Hex CA C6 8A 0 2 20 15 38 26 43
Octal 312 306 212 0 2 40 25 70 46 103
Binary 11001010 11000110 10001010 0 10 100000 10101 111000 100110 1000011

Color Harmonies of #CAC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC68A

Black with #CAC68A

Text Example


Text Example

White with #CAC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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