Html Css Color HEX #CCACB7 Melanie

📋 copy color: '#CCACB7'

red 204 ◦ green 172 ◦ blue 183

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

Shades of Melanie #CCACB7

Tints of Melanie #CCACB7

RGB

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

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

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

R = 36.49%
G = 30.77%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCACB7 (or 0xCCACB7) is known color: Melanie. HEX triplet: CC, AC and B7. RGB value is (204,172,183). Sum of RGB (Red+Green+Blue) = 204+172+183=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACB7 is #335348. Grayscale: #B6B6B6. Windows color (decimal): -3363657 or 12037324. OLE color: 12037324.

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

Color convert

RGB 204 172 183 -
CMYK 0 0.16 0.10 0.2
HSL 339.38º 0.24% 0.74% -
HSV(B) 339.38º 0.16% 0.8% -
XYZ 48.2 45.76 51.09 -
YUV 182.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 204 172 183 0 0.16 0.10 0.2 339.38 0.24 0.74
Hex CC AC B7 0 10 A 14 153 18 4A
Octal 314 254 267 0 20 12 24 523 30 112
Binary 11001100 10101100 10110111 0 10000 1010 10100 101010011 11000 1001010

Color Harmonies of #CCACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCACB7

Black with #CCACB7

Text Example


Text Example

White with #CCACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCACB7; }

 p { color: rgb(204,172,183); }

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

background-color css

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

 a { background-color: rgb(204,172,183); }

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

border-color css

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

 span { border-color: rgb(204,172,183); }

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