Html Css Color HEX #CAB4BB Melanie

📋 copy color: '#CAB4BB'

red 202 ◦ green 180 ◦ blue 187

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

Shades of Melanie #CAB4BB

Tints of Melanie #CAB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.63%

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

R = 35.5%
G = 31.63%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB4BB (or 0xCAB4BB) is known color: Melanie. HEX triplet: CA, B4 and BB. RGB value is (202,180,187). Sum of RGB (Red+Green+Blue) = 202+180+187=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4BB is #354B44. Grayscale: #BBBBBB. Windows color (decimal): -3492677 or 12301514. OLE color: 12301514.

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

Color convert

RGB 202 180 187 -
CMYK 0 0.11 0.07 0.21
HSL 340.91º 0.17% 0.75% -
HSV(B) 340.91º 0.11% 0.79% -
XYZ 49.65 48.79 53.81 -
YUV 187.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 202 180 187 0 0.11 0.07 0.21 340.91 0.17 0.75
Hex CA B4 BB 0 B 7 15 155 11 4B
Octal 312 264 273 0 13 7 25 525 21 113
Binary 11001010 10110100 10111011 0 1011 111 10101 101010101 10001 1001011

Color Harmonies of #CAB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB4BB

Black with #CAB4BB

Text Example


Text Example

White with #CAB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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