#CAB4BC

Color #CAB4BC Melanie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanie #CAB4BC

Tints of Melanie #CAB4BC

Color information

#CAB4BC (or 0xCAB4BC) is unknown color: approx Melanie. HEX triplet: CA, B4 and BC. RGB value is (202,180,188). Sum of RGB (Red+Green+Blue) = 202+180+188=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB4BC is #354B43. Grayscale: #BBBBBB. Windows color (decimal): -3492676 or 12367050. OLE color: 12367050.

HSL color Cylindrical-coordinate representation of color #CAB4BC: hue angle of 338.18º 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 #CAB4BC is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202180188-
CMYK00.110.070.21
HSL338.18º17.19%74.9%-
HSV(B)338.18º10.89%79.22%-
XYZ49.7648.8354.38-
YUV187.49128.29138.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.44%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=35.44%
G=31.58%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218018800.110.070.21338.1817.1974.9
HexCAB4BC0B715152114b
Octal31226427401372552221113
Binary1100101010110100101111000101111110101101010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4BC; }

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

 H1.HeaderClassName
 {
   color: #CAB4BC;
 }
 .AnyTagClassName
 {
   color: #CAB4BC;
 }
</style>
background-color css

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

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

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

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

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

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