Html Css Color HEX #CCAAB2 Pink Flare

📋 copy color: '#CCAAB2'

red 204 ◦ green 170 ◦ blue 178

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

Shades of Pink Flare #CCAAB2

Tints of Pink Flare #CCAAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.8%

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 36.96%
G = 30.8%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCAAB2 (or 0xCCAAB2) is known color: Pink Flare. HEX triplet: CC, AA and B2. RGB value is (204,170,178). Sum of RGB (Red+Green+Blue) = 204+170+178=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAB2 is #33554D. Grayscale: #B5B5B5. Windows color (decimal): -3364174 or 11709132. OLE color: 11709132.

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

Color convert

RGB 204 170 178 -
CMYK 0 0.17 0.13 0.2
HSL 345.88º 0.25% 0.73% -
HSV(B) 345.88º 0.17% 0.8% -
XYZ 47.31 44.8 48.27 -
YUV 181.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 204 170 178 0 0.17 0.13 0.2 345.88 0.25 0.73
Hex CC AA B2 0 11 D 14 15A 19 49
Octal 314 252 262 0 21 15 24 532 31 111
Binary 11001100 10101010 10110010 0 10001 1101 10100 101011010 11001 1001001

Color Harmonies of #CCAAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAB2

Black with #CCAAB2

Text Example


Text Example

White with #CCAAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAB2; }

 p { color: rgb(204,170,178); }

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

background-color css

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

 a { background-color: rgb(204,170,178); }

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

border-color css

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

 span { border-color: rgb(204,170,178); }

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