Html Css Color HEX #CCBDC0 Melanie

📋 copy color: '#CCBDC0'

red 204 ◦ green 189 ◦ blue 192

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

Shades of Melanie #CCBDC0

Tints of Melanie #CCBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.31%

 BLUE value IS 192 (75.39% from 255) = 32.82%

R = 34.87%
G = 32.31%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCBDC0 (or 0xCCBDC0) is known color: Melanie. HEX triplet: CC, BD and C0. RGB value is (204,189,192). Sum of RGB (Red+Green+Blue) = 204+189+192=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC0 is #33423F. Grayscale: #C1C1C1. Windows color (decimal): -3359296 or 12631500. OLE color: 12631500.

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

Color convert

RGB 204 189 192 -
CMYK 0 0.07 0.06 0.2
HSL 348º 0.13% 0.77% -
HSV(B) 348º 0.07% 0.8% -
XYZ 52.61 53.04 57.33 -
YUV 193.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 204 189 192 0 0.07 0.06 0.2 348 0.13 0.77
Hex CC BD C0 0 7 6 14 15C D 4D
Octal 314 275 300 0 7 6 24 534 15 115
Binary 11001100 10111101 11000000 0 111 110 10100 101011100 1101 1001101

Color Harmonies of #CCBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDC0

Black with #CCBDC0

Text Example


Text Example

White with #CCBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDC0; }

 p { color: rgb(204,189,192); }

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

background-color css

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

 a { background-color: rgb(204,189,192); }

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

border-color css

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

 span { border-color: rgb(204,189,192); }

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