Html Css Color HEX #CAC38F Winter Hazel

📋 copy color: '#CAC38F'

red 202 ◦ green 195 ◦ blue 143

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

Shades of Winter Hazel #CAC38F

Tints of Winter Hazel #CAC38F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.11%

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

R = 37.41%
G = 36.11%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CAC38F (or 0xCAC38F) is known color: Winter Hazel. HEX triplet: CA, C3 and 8F. RGB value is (202,195,143). Sum of RGB (Red+Green+Blue) = 202+195+143=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 143 (56.25% from 255 or 26.48% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC38F is #353C70. Grayscale: #BFBFBF. Windows color (decimal): -3488881 or 9421770. OLE color: 9421770.

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

Color convert

RGB 202 195 143 -
CMYK 0 0.03 0.29 0.21
HSL 52.88º 0.36% 0.68% -
HSV(B) 52.88º 0.29% 0.79% -
XYZ 48.83 53.57 33.75 -
YUV 191.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 202 195 143 0 0.03 0.29 0.21 52.88 0.36 0.68
Hex CA C3 8F 0 3 1D 15 35 24 44
Octal 312 303 217 0 3 35 25 65 44 104
Binary 11001010 11000011 10001111 0 11 11101 10101 110101 100100 1000100

Color Harmonies of #CAC38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC38F

Black with #CAC38F

Text Example


Text Example

White with #CAC38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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