Html Css Color HEX #CABE80 Winter Hazel

📋 copy color: '#CABE80'

red 202 ◦ green 190 ◦ blue 128

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

Shades of Winter Hazel #CABE80

Tints of Winter Hazel #CABE80

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 128 (50.39% from 255) = 24.62%

R = 38.85%
G = 36.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CABE80 (or 0xCABE80) is known color: Winter Hazel. HEX triplet: CA, BE and 80. RGB value is (202,190,128). Sum of RGB (Red+Green+Blue) = 202+190+128=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABE80 is #35417F. Grayscale: #BABABA. Windows color (decimal): -3490176 or 8437450. OLE color: 8437450.

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

Color convert

RGB 202 190 128 -
CMYK 0 0.06 0.37 0.21
HSL 50.27º 0.41% 0.65% -
HSV(B) 50.27º 0.37% 0.79% -
XYZ 46.67 50.94 27.8 -
YUV 186.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 202 190 128 0 0.06 0.37 0.21 50.27 0.41 0.65
Hex CA BE 80 0 6 25 15 32 29 41
Octal 312 276 200 0 6 45 25 62 51 101
Binary 11001010 10111110 10000000 0 110 100101 10101 110010 101001 1000001

Color Harmonies of #CABE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABE80

Black with #CABE80

Text Example


Text Example

White with #CABE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABE80; }

 p { color: rgb(202,190,128); }

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

background-color css

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

 a { background-color: rgb(202,190,128); }

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

border-color css

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

 span { border-color: rgb(202,190,128); }

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