Html Css Color HEX #CAB7BC Melanie

📋 copy color: '#CAB7BC'

red 202 ◦ green 183 ◦ blue 188

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

Shades of Melanie #CAB7BC

Tints of Melanie #CAB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.94%

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 35.25%
G = 31.94%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAB7BC (or 0xCAB7BC) is known color: Melanie. HEX triplet: CA, B7 and BC. RGB value is (202,183,188). Sum of RGB (Red+Green+Blue) = 202+183+188=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB7BC is #354843. Grayscale: #BDBDBD. Windows color (decimal): -3491908 or 12367818. OLE color: 12367818.

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

Color convert

RGB 202 183 188 -
CMYK 0 0.09 0.07 0.21
HSL 344.21º 0.15% 0.75% -
HSV(B) 344.21º 0.09% 0.79% -
XYZ 50.37 50.05 54.58 -
YUV 189.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 202 183 188 0 0.09 0.07 0.21 344.21 0.15 0.75
Hex CA B7 BC 0 9 7 15 158 F 4B
Octal 312 267 274 0 11 7 25 530 17 113
Binary 11001010 10110111 10111100 0 1001 111 10101 101011000 1111 1001011

Color Harmonies of #CAB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB7BC

Black with #CAB7BC

Text Example


Text Example

White with #CAB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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