Html Css Color HEX #CAB0B9 Melanie

📋 copy color: '#CAB0B9'

red 202 ◦ green 176 ◦ blue 185

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

Shades of Melanie #CAB0B9

Tints of Melanie #CAB0B9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.26%

 BLUE value IS 185 (72.66% from 255) = 32.86%

R = 35.88%
G = 31.26%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAB0B9 (or 0xCAB0B9) is known color: Melanie. HEX triplet: CA, B0 and B9. RGB value is (202,176,185). Sum of RGB (Red+Green+Blue) = 202+176+185=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0B9 is #354F46. Grayscale: #B8B8B8. Windows color (decimal): -3493703 or 12169418. OLE color: 12169418.

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

Color convert

RGB 202 176 185 -
CMYK 0 0.13 0.08 0.21
HSL 339.23º 0.2% 0.74% -
HSV(B) 339.23º 0.13% 0.79% -
XYZ 48.64 47.11 52.43 -
YUV 184.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 202 176 185 0 0.13 0.08 0.21 339.23 0.2 0.74
Hex CA B0 B9 0 D 8 15 153 14 4A
Octal 312 260 271 0 15 10 25 523 24 112
Binary 11001010 10110000 10111001 0 1101 1000 10101 101010011 10100 1001010

Color Harmonies of #CAB0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0B9

Black with #CAB0B9

Text Example


Text Example

White with #CAB0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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