Html Css Color HEX #CBAEB7 Melanie

📋 copy color: '#CBAEB7'

red 203 ◦ green 174 ◦ blue 183

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

Shades of Melanie #CBAEB7

Tints of Melanie #CBAEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.68%

R = 36.25%
G = 31.07%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBAEB7 (or 0xCBAEB7) is known color: Melanie. HEX triplet: CB, AE and B7. RGB value is (203,174,183). Sum of RGB (Red+Green+Blue) = 203+174+183=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 183 (71.88% from 255 or 32.68% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB7 is #345148. Grayscale: #B7B7B7. Windows color (decimal): -3428681 or 12037835. OLE color: 12037835.

HSL color Cylindrical-coordinate representation of color #CBAEB7: hue angle of 341.38º 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 #CBAEB7 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 183 -
CMYK 0 0.14 0.10 0.20
HSL 341.38º 0.22% 0.74% -
HSV(B) 341.38º 0.14% 0.8% -
XYZ 48.31 46.39 51.21 -
YUV 183.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 203 174 183 0 0.14 0.10 0.20 341.38 0.22 0.74
Hex CB AE B7 0 E A 14 155 16 4A
Octal 313 256 267 0 16 12 24 525 26 112
Binary 11001011 10101110 10110111 0 1110 1010 10100 101010101 10110 1001010

Color Harmonies of #CBAEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAEB7

Black with #CBAEB7

Text Example


Text Example

White with #CBAEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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