Html Css Color HEX #CAB5BB Melanie

📋 copy color: '#CAB5BB'

red 202 ◦ green 181 ◦ blue 187

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

Shades of Melanie #CAB5BB

Tints of Melanie #CAB5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.75%

 BLUE value IS 187 (73.44% from 255) = 32.81%

R = 35.44%
G = 31.75%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB5BB (or 0xCAB5BB) is known color: Melanie. HEX triplet: CA, B5 and BB. RGB value is (202,181,187). Sum of RGB (Red+Green+Blue) = 202+181+187=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5BB is #354A44. Grayscale: #BBBBBB. Windows color (decimal): -3492421 or 12301770. OLE color: 12301770.

HSL color Cylindrical-coordinate representation of color #CAB5BB: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAB5BB is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 187 -
CMYK 0 0.10 0.07 0.21
HSL 342.86º 0.17% 0.75% -
HSV(B) 342.86º 0.1% 0.79% -
XYZ 49.85 49.19 53.88 -
YUV 187.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 202 181 187 0 0.10 0.07 0.21 342.86 0.17 0.75
Hex CA B5 BB 0 A 7 15 157 11 4B
Octal 312 265 273 0 12 7 25 527 21 113
Binary 11001010 10110101 10111011 0 1010 111 10101 101010111 10001 1001011

Color Harmonies of #CAB5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5BB

Black with #CAB5BB

Text Example


Text Example

White with #CAB5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5BB; }

 p { color: rgb(202,181,187); }

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

background-color css

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

 a { background-color: rgb(202,181,187); }

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

border-color css

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

 span { border-color: rgb(202,181,187); }

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