Html Css Color HEX #CCAAAE Pink Flare

📋 copy color: '#CCAAAE'

red 204 ◦ green 170 ◦ blue 174

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

Shades of Pink Flare #CCAAAE

Tints of Pink Flare #CCAAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 31.75%

R = 37.23%
G = 31.02%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCAAAE (or 0xCCAAAE) is known color: Pink Flare. HEX triplet: CC, AA and AE. RGB value is (204,170,174). Sum of RGB (Red+Green+Blue) = 204+170+174=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAAAE is #335551. Grayscale: #B4B4B4. Windows color (decimal): -3364178 or 11446988. OLE color: 11446988.

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

Color convert

RGB 204 170 174 -
CMYK 0 0.17 0.15 0.2
HSL 352.94º 0.25% 0.73% -
HSV(B) 352.94º 0.17% 0.8% -
XYZ 46.92 44.64 46.19 -
YUV 180.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 204 170 174 0 0.17 0.15 0.2 352.94 0.25 0.73
Hex CC AA AE 0 11 F 14 161 19 49
Octal 314 252 256 0 21 17 24 541 31 111
Binary 11001100 10101010 10101110 0 10001 1111 10100 101100001 11001 1001001

Color Harmonies of #CCAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAAE

Black with #CCAAAE

Text Example


Text Example

White with #CCAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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