Html Css Color HEX #CAB9BE Melanie

📋 copy color: '#CAB9BE'

red 202 ◦ green 185 ◦ blue 190

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

Shades of Melanie #CAB9BE

Tints of Melanie #CAB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.06%

 BLUE value IS 190 (74.61% from 255) = 32.93%

R = 35.01%
G = 32.06%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAB9BE (or 0xCAB9BE) is known color: Melanie. HEX triplet: CA, B9 and BE. RGB value is (202,185,190). Sum of RGB (Red+Green+Blue) = 202+185+190=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 185 (72.66% from 255 or 32.06% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB9BE is #354641. Grayscale: #BEBEBE. Windows color (decimal): -3491394 or 12499402. OLE color: 12499402.

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

Color convert

RGB 202 185 190 -
CMYK 0 0.08 0.06 0.21
HSL 342.35º 0.14% 0.76% -
HSV(B) 342.35º 0.08% 0.79% -
XYZ 51 50.97 55.87 -
YUV 190.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 202 185 190 0 0.08 0.06 0.21 342.35 0.14 0.76
Hex CA B9 BE 0 8 6 15 156 E 4C
Octal 312 271 276 0 10 6 25 526 16 114
Binary 11001010 10111001 10111110 0 1000 110 10101 101010110 1110 1001100

Color Harmonies of #CAB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB9BE

Black with #CAB9BE

Text Example


Text Example

White with #CAB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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