Html Css Color HEX #CAC57D Winter Hazel

📋 copy color: '#CAC57D'

red 202 ◦ green 197 ◦ blue 125

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

Shades of Winter Hazel #CAC57D

Tints of Winter Hazel #CAC57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 38.55%
G = 37.6%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAC57D (or 0xCAC57D) is known color: Winter Hazel. HEX triplet: CA, C5 and 7D. RGB value is (202,197,125). Sum of RGB (Red+Green+Blue) = 202+197+125=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC57D is #353A82. Grayscale: #BEBEBE. Windows color (decimal): -3488387 or 8242634. OLE color: 8242634.

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

Color convert

RGB 202 197 125 -
CMYK 0 0.02 0.38 0.21
HSL 56.1º 0.42% 0.64% -
HSV(B) 56.1º 0.38% 0.79% -
XYZ 48.03 53.97 27.29 -
YUV 190.29 91.16 136.35 -
System Red Green Blue C M Y K H S L
Decimal 202 197 125 0 0.02 0.38 0.21 56.1 0.42 0.64
Hex CA C5 7D 0 2 26 15 38 2A 40
Octal 312 305 175 0 2 46 25 70 52 100
Binary 11001010 11000101 1111101 0 10 100110 10101 111000 101010 1000000

Color Harmonies of #CAC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC57D

Black with #CAC57D

Text Example


Text Example

White with #CAC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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