Html Css Color HEX #CAC18B Winter Hazel

📋 copy color: '#CAC18B'

red 202 ◦ green 193 ◦ blue 139

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

Shades of Winter Hazel #CAC18B

Tints of Winter Hazel #CAC18B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.14%

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 37.83%
G = 36.14%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CAC18B (or 0xCAC18B) is known color: Winter Hazel. HEX triplet: CA, C1 and 8B. RGB value is (202,193,139). Sum of RGB (Red+Green+Blue) = 202+193+139=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18B is #353E74. Grayscale: #BDBDBD. Windows color (decimal): -3489397 or 9159114. OLE color: 9159114.

HSL color Cylindrical-coordinate representation of color #CAC18B: hue angle of 51.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC18B is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 139 -
CMYK 0 0.04 0.31 0.21
HSL 51.43º 0.37% 0.67% -
HSV(B) 51.43º 0.31% 0.79% -
XYZ 48.09 52.56 32.04 -
YUV 189.54 99.48 136.89 -
System Red Green Blue C M Y K H S L
Decimal 202 193 139 0 0.04 0.31 0.21 51.43 0.37 0.67
Hex CA C1 8B 0 4 1F 15 33 25 43
Octal 312 301 213 0 4 37 25 63 45 103
Binary 11001010 11000001 10001011 0 100 11111 10101 110011 100101 1000011

Color Harmonies of #CAC18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC18B

Black with #CAC18B

Text Example


Text Example

White with #CAC18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC18B; }

 p { color: rgb(202,193,139); }

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

background-color css

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

 a { background-color: rgb(202,193,139); }

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

border-color css

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

 span { border-color: rgb(202,193,139); }

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