Html Css Color HEX #CBACB6 Melanie

📋 copy color: '#CBACB6'

red 203 ◦ green 172 ◦ blue 182

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

Shades of Melanie #CBACB6

Tints of Melanie #CBACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.88%

 BLUE value IS 182 (71.48% from 255) = 32.68%

R = 36.45%
G = 30.88%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CBACB6 (or 0xCBACB6) is known color: Melanie. HEX triplet: CB, AC and B6. RGB value is (203,172,182). Sum of RGB (Red+Green+Blue) = 203+172+182=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACB6 is #345349. Grayscale: #B6B6B6. Windows color (decimal): -3429194 or 11971787. OLE color: 11971787.

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

Color convert

RGB 203 172 182 -
CMYK 0 0.15 0.10 0.20
HSL 340.65º 0.23% 0.74% -
HSV(B) 340.65º 0.15% 0.8% -
XYZ 47.82 45.58 50.53 -
YUV 182.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 203 172 182 0 0.15 0.10 0.20 340.65 0.23 0.74
Hex CB AC B6 0 F A 14 155 17 4A
Octal 313 254 266 0 17 12 24 525 27 112
Binary 11001011 10101100 10110110 0 1111 1010 10100 101010101 10111 1001010

Color Harmonies of #CBACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACB6

Black with #CBACB6

Text Example


Text Example

White with #CBACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACB6; }

 p { color: rgb(203,172,182); }

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

background-color css

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

 a { background-color: rgb(203,172,182); }

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

border-color css

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

 span { border-color: rgb(203,172,182); }

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