Html Css Color HEX #CAB1BA Melanie

📋 copy color: '#CAB1BA'

red 202 ◦ green 177 ◦ blue 186

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

Shades of Melanie #CAB1BA

Tints of Melanie #CAB1BA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.33%

 BLUE value IS 186 (73.05% from 255) = 32.92%

R = 35.75%
G = 31.33%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAB1BA (or 0xCAB1BA) is known color: Melanie. HEX triplet: CA, B1 and BA. RGB value is (202,177,186). Sum of RGB (Red+Green+Blue) = 202+177+186=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BA is #354E45. Grayscale: #B9B9B9. Windows color (decimal): -3493446 or 12235210. OLE color: 12235210.

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

Color convert

RGB 202 177 186 -
CMYK 0 0.12 0.08 0.21
HSL 338.4º 0.19% 0.74% -
HSV(B) 338.4º 0.12% 0.79% -
XYZ 48.94 47.55 53.05 -
YUV 185.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 202 177 186 0 0.12 0.08 0.21 338.4 0.19 0.74
Hex CA B1 BA 0 C 8 15 152 13 4A
Octal 312 261 272 0 14 10 25 522 23 112
Binary 11001010 10110001 10111010 0 1100 1000 10101 101010010 10011 1001010

Color Harmonies of #CAB1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1BA

Black with #CAB1BA

Text Example


Text Example

White with #CAB1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1BA; }

 p { color: rgb(202,177,186); }

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

background-color css

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

 a { background-color: rgb(202,177,186); }

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

border-color css

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

 span { border-color: rgb(202,177,186); }

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