Html Css Color HEX #CCBABC Pink Flare

📋 copy color: '#CCBABC'

red 204 ◦ green 186 ◦ blue 188

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

Shades of Pink Flare #CCBABC

Tints of Pink Flare #CCBABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 35.29%
G = 32.18%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCBABC (or 0xCCBABC) is known color: Pink Flare. HEX triplet: CC, BA and BC. RGB value is (204,186,188). Sum of RGB (Red+Green+Blue) = 204+186+188=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBABC is #334543. Grayscale: #BFBFBF. Windows color (decimal): -3360068 or 12368588. OLE color: 12368588.

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

Color convert

RGB 204 186 188 -
CMYK 0 0.09 0.08 0.2
HSL 353.33º 0.15% 0.76% -
HSV(B) 353.33º 0.09% 0.8% -
XYZ 51.54 51.59 54.82 -
YUV 191.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 204 186 188 0 0.09 0.08 0.2 353.33 0.15 0.76
Hex CC BA BC 0 9 8 14 161 F 4C
Octal 314 272 274 0 11 10 24 541 17 114
Binary 11001100 10111010 10111100 0 1001 1000 10100 101100001 1111 1001100

Color Harmonies of #CCBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBABC

Black with #CCBABC

Text Example


Text Example

White with #CCBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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