Html Css Color HEX #CBAEB8 Melanie

📋 copy color: '#CBAEB8'

red 203 ◦ green 174 ◦ blue 184

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

Shades of Melanie #CBAEB8

Tints of Melanie #CBAEB8

RGB

 RED value IS 203 (79.69% from 255) = 36.19%

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 184 (72.27% from 255) = 32.8%

R = 36.19%
G = 31.02%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CBAEB8 (or 0xCBAEB8) is known color: Melanie. HEX triplet: CB, AE and B8. RGB value is (203,174,184). Sum of RGB (Red+Green+Blue) = 203+174+184=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB8 is #345147. Grayscale: #B7B7B7. Windows color (decimal): -3428680 or 12103371. OLE color: 12103371.

HSL color Cylindrical-coordinate representation of color #CBAEB8: hue angle of 339.31º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAEB8 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 184 -
CMYK 0 0.14 0.09 0.20
HSL 339.31º 0.22% 0.74% -
HSV(B) 339.31º 0.14% 0.8% -
XYZ 48.42 46.43 51.76 -
YUV 183.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 203 174 184 0 0.14 0.09 0.20 339.31 0.22 0.74
Hex CB AE B8 0 E 9 14 153 16 4A
Octal 313 256 270 0 16 11 24 523 26 112
Binary 11001011 10101110 10111000 0 1110 1001 10100 101010011 10110 1001010

Color Harmonies of #CBAEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEB8

Black with #CBAEB8

Text Example


Text Example

White with #CBAEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEB8; }

 p { color: rgb(203,174,184); }

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

background-color css

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

 a { background-color: rgb(203,174,184); }

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

border-color css

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

 span { border-color: rgb(203,174,184); }

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