Html Css Color HEX #CAC683 Winter Hazel

📋 copy color: '#CAC683'

red 202 ◦ green 198 ◦ blue 131

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

Shades of Winter Hazel #CAC683

Tints of Winter Hazel #CAC683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.67%

R = 38.04%
G = 37.29%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CAC683 (or 0xCAC683) is known color: Winter Hazel. HEX triplet: CA, C6 and 83. RGB value is (202,198,131). Sum of RGB (Red+Green+Blue) = 202+198+131=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC683 is #35397C. Grayscale: #BFBFBF. Windows color (decimal): -3488125 or 8636106. OLE color: 8636106.

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

Color convert

RGB 202 198 131 -
CMYK 0 0.02 0.35 0.21
HSL 56.62º 0.4% 0.65% -
HSV(B) 56.62º 0.35% 0.79% -
XYZ 48.65 54.58 29.44 -
YUV 191.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 202 198 131 0 0.02 0.35 0.21 56.62 0.4 0.65
Hex CA C6 83 0 2 23 15 39 28 41
Octal 312 306 203 0 2 43 25 71 50 101
Binary 11001010 11000110 10000011 0 10 100011 10101 111001 101000 1000001

Color Harmonies of #CAC683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC683

Black with #CAC683

Text Example


Text Example

White with #CAC683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC683; }

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

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

background-color css

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

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

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

border-color css

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

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

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