Html Css Color HEX #CABDC0 Melanie

📋 copy color: '#CABDC0'

red 202 ◦ green 189 ◦ blue 192

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

Shades of Melanie #CABDC0

Tints of Melanie #CABDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

 BLUE value IS 192 (75.39% from 255) = 32.93%

R = 34.65%
G = 32.42%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CABDC0 (or 0xCABDC0) is known color: Melanie. HEX triplet: CA, BD and C0. RGB value is (202,189,192). Sum of RGB (Red+Green+Blue) = 202+189+192=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC0 is #35423F. Grayscale: #C1C1C1. Windows color (decimal): -3490368 or 12631498. OLE color: 12631498.

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

Color convert

RGB 202 189 192 -
CMYK 0 0.06 0.05 0.21
HSL 346.15º 0.11% 0.77% -
HSV(B) 346.15º 0.06% 0.79% -
XYZ 52.07 52.76 57.31 -
YUV 193.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 202 189 192 0 0.06 0.05 0.21 346.15 0.11 0.77
Hex CA BD C0 0 6 5 15 15A B 4D
Octal 312 275 300 0 6 5 25 532 13 115
Binary 11001010 10111101 11000000 0 110 101 10101 101011010 1011 1001101

Color Harmonies of #CABDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDC0

Black with #CABDC0

Text Example


Text Example

White with #CABDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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