#CABDC1

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

Shades of Melanie #CABDC1

Tints of Melanie #CABDC1

Color information

#CABDC1 (or 0xCABDC1) is unknown color: approx Melanie. HEX triplet: CA, BD and C1. RGB value is (202,189,193). Sum of RGB (Red+Green+Blue) = 202+189+193=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 193 (75.78% from 255 or 33.05% from 584); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC1 is #35423E. Grayscale: #C1C1C1. Windows color (decimal): -3490367 or 12697034. OLE color: 12697034.

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

Color convert

RGB202189193-
CMYK00.060.040.21
HSL341.54º10.92%76.67%-
HSV(B)341.54º6.44%79.22%-
XYZ52.1852.857.89-
YUV193.34127.81134.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 193 (75.78% from 255) = 33.05%
R=34.59%
G=32.36%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218919300.060.040.21341.5410.9276.67
HexCABDC106415156b4d
Octal3122753010642552613115
Binary11001010101111011100000101101001010110101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABDC1; }

 p { color: rgb(202,189,193); }

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

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

 a { background-color: rgb(202,189,193); }

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

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

 span { border-color: rgb(202,189,193); }

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