Html Css Color HEX #CCABB6 Melanie

📋 copy color: '#CCABB6'

red 204 ◦ green 171 ◦ blue 182

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

Shades of Melanie #CCABB6

Tints of Melanie #CCABB6

RGB

 RED value IS 204 (80.08% from 255) = 36.62%

 GREEN value IS 171 (67.19% from 255) = 30.7%

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

R = 36.62%
G = 30.7%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCABB6 (or 0xCCABB6) is known color: Melanie. HEX triplet: CC, AB and B6. RGB value is (204,171,182). Sum of RGB (Red+Green+Blue) = 204+171+182=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB6 is #335449. Grayscale: #B6B6B6. Windows color (decimal): -3363914 or 11971532. OLE color: 11971532.

HSL color Cylindrical-coordinate representation of color #CCABB6: hue angle of 340º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB6 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 182 -
CMYK 0 0.16 0.11 0.2
HSL 340º 0.24% 0.74% -
HSV(B) 340º 0.16% 0.8% -
XYZ 47.91 45.34 50.48 -
YUV 182.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 204 171 182 0 0.16 0.11 0.2 340 0.24 0.74
Hex CC AB B6 0 10 B 14 154 18 4A
Octal 314 253 266 0 20 13 24 524 30 112
Binary 11001100 10101011 10110110 0 10000 1011 10100 101010100 11000 1001010

Color Harmonies of #CCABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABB6

Black with #CCABB6

Text Example


Text Example

White with #CCABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABB6; }

 p { color: rgb(204,171,182); }

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

background-color css

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

 a { background-color: rgb(204,171,182); }

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

border-color css

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

 span { border-color: rgb(204,171,182); }

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