Html Css Color HEX #CABBC0 Melanie

📋 copy color: '#CABBC0'

red 202 ◦ green 187 ◦ blue 192

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

Shades of Melanie #CABBC0

Tints of Melanie #CABBC0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.19%

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

R = 34.77%
G = 32.19%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CABBC0 (or 0xCABBC0) is known color: Melanie. HEX triplet: CA, BB and C0. RGB value is (202,187,192). Sum of RGB (Red+Green+Blue) = 202+187+192=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC0 is #35443F. Grayscale: #C0C0C0. Windows color (decimal): -3490880 or 12630986. OLE color: 12630986.

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

Color convert

RGB 202 187 192 -
CMYK 0 0.07 0.05 0.21
HSL 340º 0.12% 0.76% -
HSV(B) 340º 0.07% 0.79% -
XYZ 51.64 51.9 57.17 -
YUV 192.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 202 187 192 0 0.07 0.05 0.21 340 0.12 0.76
Hex CA BB C0 0 7 5 15 154 C 4C
Octal 312 273 300 0 7 5 25 524 14 114
Binary 11001010 10111011 11000000 0 111 101 10101 101010100 1100 1001100

Color Harmonies of #CABBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBC0

Black with #CABBC0

Text Example


Text Example

White with #CABBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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