Html Css Color HEX #CABF8E Winter Hazel

📋 copy color: '#CABF8E'

red 202 ◦ green 191 ◦ blue 142

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

Shades of Winter Hazel #CABF8E

Tints of Winter Hazel #CABF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

 BLUE value IS 142 (55.86% from 255) = 26.54%

R = 37.76%
G = 35.7%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CABF8E (or 0xCABF8E) is known color: Winter Hazel. HEX triplet: CA, BF and 8E. RGB value is (202,191,142). Sum of RGB (Red+Green+Blue) = 202+191+142=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF8E is #354071. Grayscale: #BCBCBC. Windows color (decimal): -3489906 or 9355210. OLE color: 9355210.

HSL color Cylindrical-coordinate representation of color #CABF8E: hue angle of 49º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CABF8E is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 191 142 -
CMYK 0 0.05 0.30 0.21
HSL 49º 0.36% 0.67% -
HSV(B) 49º 0.3% 0.79% -
XYZ 47.87 51.77 33.06 -
YUV 188.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 202 191 142 0 0.05 0.30 0.21 49 0.36 0.67
Hex CA BF 8E 0 5 1E 15 31 24 43
Octal 312 277 216 0 5 36 25 61 44 103
Binary 11001010 10111111 10001110 0 101 11110 10101 110001 100100 1000011

Color Harmonies of #CABF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABF8E

Black with #CABF8E

Text Example


Text Example

White with #CABF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABF8E; }

 p { color: rgb(202,191,142); }

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

background-color css

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

 a { background-color: rgb(202,191,142); }

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

border-color css

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

 span { border-color: rgb(202,191,142); }

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