Html Css Color HEX #CAB8BD Melanie

📋 copy color: '#CAB8BD'

red 202 ◦ green 184 ◦ blue 189

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

Shades of Melanie #CAB8BD

Tints of Melanie #CAB8BD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32%

 BLUE value IS 189 (74.22% from 255) = 32.87%

R = 35.13%
G = 32%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAB8BD (or 0xCAB8BD) is known color: Melanie. HEX triplet: CA, B8 and BD. RGB value is (202,184,189). Sum of RGB (Red+Green+Blue) = 202+184+189=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 184 (72.27% from 255 or 32% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB8BD is #354742. Grayscale: #BDBDBD. Windows color (decimal): -3491651 or 12433610. OLE color: 12433610.

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

Color convert

RGB 202 184 189 -
CMYK 0 0.09 0.06 0.21
HSL 343.33º 0.15% 0.76% -
HSV(B) 343.33º 0.09% 0.79% -
XYZ 50.68 50.51 55.22 -
YUV 189.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 202 184 189 0 0.09 0.06 0.21 343.33 0.15 0.76
Hex CA B8 BD 0 9 6 15 157 F 4C
Octal 312 270 275 0 11 6 25 527 17 114
Binary 11001010 10111000 10111101 0 1001 110 10101 101010111 1111 1001100

Color Harmonies of #CAB8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8BD

Black with #CAB8BD

Text Example


Text Example

White with #CAB8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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