Html Css Color HEX #CCB6BE Melanie

📋 copy color: '#CCB6BE'

red 204 ◦ green 182 ◦ blue 190

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

Shades of Melanie #CCB6BE

Tints of Melanie #CCB6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 35.42%
G = 31.6%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCB6BE (or 0xCCB6BE) is known color: Melanie. HEX triplet: CC, B6 and BE. RGB value is (204,182,190). Sum of RGB (Red+Green+Blue) = 204+182+190=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6BE is #334941. Grayscale: #BDBDBD. Windows color (decimal): -3361090 or 12498636. OLE color: 12498636.

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

Color convert

RGB 204 182 190 -
CMYK 0 0.11 0.07 0.2
HSL 338.18º 0.18% 0.76% -
HSV(B) 338.18º 0.11% 0.8% -
XYZ 50.92 50.01 55.68 -
YUV 189.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 204 182 190 0 0.11 0.07 0.2 338.18 0.18 0.76
Hex CC B6 BE 0 B 7 14 152 12 4C
Octal 314 266 276 0 13 7 24 522 22 114
Binary 11001100 10110110 10111110 0 1011 111 10100 101010010 10010 1001100

Color Harmonies of #CCB6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6BE

Black with #CCB6BE

Text Example


Text Example

White with #CCB6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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