Html Css Color HEX #CAC58D Winter Hazel

📋 copy color: '#CAC58D'

red 202 ◦ green 197 ◦ blue 141

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

Shades of Winter Hazel #CAC58D

Tints of Winter Hazel #CAC58D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.48%

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

R = 37.41%
G = 36.48%
B = 26.11%

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

#CAC58D (or 0xCAC58D) is known color: Winter Hazel. HEX triplet: CA, C5 and 8D. RGB value is (202,197,141). Sum of RGB (Red+Green+Blue) = 202+197+141=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58D is #353A72. Grayscale: #C0C0C0. Windows color (decimal): -3488371 or 9291210. OLE color: 9291210.

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

Color convert

RGB 202 197 141 -
CMYK 0 0.02 0.30 0.21
HSL 55.08º 0.37% 0.67% -
HSV(B) 55.08º 0.3% 0.79% -
XYZ 49.13 54.41 33.11 -
YUV 192.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 202 197 141 0 0.02 0.30 0.21 55.08 0.37 0.67
Hex CA C5 8D 0 2 1E 15 37 25 43
Octal 312 305 215 0 2 36 25 67 45 103
Binary 11001010 11000101 10001101 0 10 11110 10101 110111 100101 1000011

Color Harmonies of #CAC58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC58D

Black with #CAC58D

Text Example


Text Example

White with #CAC58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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