Html Css Color HEX #CCBABD Pink Flare

📋 copy color: '#CCBABD'

red 204 ◦ green 186 ◦ blue 189

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

Shades of Pink Flare #CCBABD

Tints of Pink Flare #CCBABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 35.23%
G = 32.12%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCBABD (or 0xCCBABD) is known color: Pink Flare. HEX triplet: CC, BA and BD. RGB value is (204,186,189). Sum of RGB (Red+Green+Blue) = 204+186+189=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABD is #334542. Grayscale: #BFBFBF. Windows color (decimal): -3360067 or 12434124. OLE color: 12434124.

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

Color convert

RGB 204 186 189 -
CMYK 0 0.09 0.07 0.2
HSL 350º 0.15% 0.76% -
HSV(B) 350º 0.09% 0.8% -
XYZ 51.65 51.63 55.39 -
YUV 191.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 204 186 189 0 0.09 0.07 0.2 350 0.15 0.76
Hex CC BA BD 0 9 7 14 15E F 4C
Octal 314 272 275 0 11 7 24 536 17 114
Binary 11001100 10111010 10111101 0 1001 111 10100 101011110 1111 1001100

Color Harmonies of #CCBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBABD

Black with #CCBABD

Text Example


Text Example

White with #CCBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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