Html Css Color HEX #CCBABF Melanie

📋 copy color: '#CCBABF'

red 204 ◦ green 186 ◦ blue 191

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

Shades of Melanie #CCBABF

Tints of Melanie #CCBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 191 (75% from 255) = 32.87%

R = 35.11%
G = 32.01%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CCBABF (or 0xCCBABF) is known color: Melanie. HEX triplet: CC, BA and BF. RGB value is (204,186,191). Sum of RGB (Red+Green+Blue) = 204+186+191=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABF is #334540. Grayscale: #BFBFBF. Windows color (decimal): -3360065 or 12565196. OLE color: 12565196.

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

Color convert

RGB 204 186 191 -
CMYK 0 0.09 0.06 0.2
HSL 343.33º 0.15% 0.76% -
HSV(B) 343.33º 0.09% 0.8% -
XYZ 51.86 51.72 56.54 -
YUV 191.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 204 186 191 0 0.09 0.06 0.2 343.33 0.15 0.76
Hex CC BA BF 0 9 6 14 157 F 4C
Octal 314 272 277 0 11 6 24 527 17 114
Binary 11001100 10111010 10111111 0 1001 110 10100 101010111 1111 1001100

Color Harmonies of #CCBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBABF

Black with #CCBABF

Text Example


Text Example

White with #CCBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBABF; }

 p { color: rgb(204,186,191); }

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

background-color css

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

 a { background-color: rgb(204,186,191); }

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

border-color css

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

 span { border-color: rgb(204,186,191); }

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