Html Css Color HEX #CAC58F Winter Hazel

📋 copy color: '#CAC58F'

red 202 ◦ green 197 ◦ blue 143

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

Shades of Winter Hazel #CAC58F

Tints of Winter Hazel #CAC58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.38%

R = 37.27%
G = 36.35%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAC58F (or 0xCAC58F) is known color: Winter Hazel. HEX triplet: CA, C5 and 8F. RGB value is (202,197,143). Sum of RGB (Red+Green+Blue) = 202+197+143=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58F is #353A70. Grayscale: #C0C0C0. Windows color (decimal): -3488369 or 9422282. OLE color: 9422282.

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

Color convert

RGB 202 197 143 -
CMYK 0 0.02 0.29 0.21
HSL 54.92º 0.36% 0.68% -
HSV(B) 54.92º 0.29% 0.79% -
XYZ 49.28 54.47 33.9 -
YUV 192.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 202 197 143 0 0.02 0.29 0.21 54.92 0.36 0.68
Hex CA C5 8F 0 2 1D 15 37 24 44
Octal 312 305 217 0 2 35 25 67 44 104
Binary 11001010 11000101 10001111 0 10 11101 10101 110111 100100 1000100

Color Harmonies of #CAC58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC58F

Black with #CAC58F

Text Example


Text Example

White with #CAC58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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