Html Css Color HEX #CCAEB9 Melanie

📋 copy color: '#CCAEB9'

red 204 ◦ green 174 ◦ blue 185

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

Shades of Melanie #CCAEB9

Tints of Melanie #CCAEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 32.86%

R = 36.23%
G = 30.91%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCAEB9 (or 0xCCAEB9) is known color: Melanie. HEX triplet: CC, AE and B9. RGB value is (204,174,185). Sum of RGB (Red+Green+Blue) = 204+174+185=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB9 is #335146. Grayscale: #B8B8B8. Windows color (decimal): -3363143 or 12168908. OLE color: 12168908.

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

Color convert

RGB 204 174 185 -
CMYK 0 0.15 0.09 0.2
HSL 338º 0.23% 0.74% -
HSV(B) 338º 0.15% 0.8% -
XYZ 48.79 46.61 52.32 -
YUV 184.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 204 174 185 0 0.15 0.09 0.2 338 0.23 0.74
Hex CC AE B9 0 F 9 14 152 17 4A
Octal 314 256 271 0 17 11 24 522 27 112
Binary 11001100 10101110 10111001 0 1111 1001 10100 101010010 10111 1001010

Color Harmonies of #CCAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAEB9

Black with #CCAEB9

Text Example


Text Example

White with #CCAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAEB9; }

 p { color: rgb(204,174,185); }

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

background-color css

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

 a { background-color: rgb(204,174,185); }

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

border-color css

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

 span { border-color: rgb(204,174,185); }

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