Html Css Color HEX #CAB8BE Melanie

📋 copy color: '#CAB8BE'

red 202 ◦ green 184 ◦ blue 190

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

Shades of Melanie #CAB8BE

Tints of Melanie #CAB8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.94%

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

R = 35.07%
G = 31.94%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAB8BE (or 0xCAB8BE) is known color: Melanie. HEX triplet: CA, B8 and BE. RGB value is (202,184,190). Sum of RGB (Red+Green+Blue) = 202+184+190=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BE is #354741. Grayscale: #BEBEBE. Windows color (decimal): -3491650 or 12499146. OLE color: 12499146.

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

Color convert

RGB 202 184 190 -
CMYK 0 0.09 0.06 0.21
HSL 340º 0.15% 0.76% -
HSV(B) 340º 0.09% 0.79% -
XYZ 50.79 50.56 55.8 -
YUV 190.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 202 184 190 0 0.09 0.06 0.21 340 0.15 0.76
Hex CA B8 BE 0 9 6 15 154 F 4C
Octal 312 270 276 0 11 6 25 524 17 114
Binary 11001010 10111000 10111110 0 1001 110 10101 101010100 1111 1001100

Color Harmonies of #CAB8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8BE

Black with #CAB8BE

Text Example


Text Example

White with #CAB8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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