Html Css Color HEX #CCAAB3 Pink Flare

📋 copy color: '#CCAAB3'

red 204 ◦ green 170 ◦ blue 179

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

Shades of Pink Flare #CCAAB3

Tints of Pink Flare #CCAAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.37%

R = 36.89%
G = 30.74%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCAAB3 (or 0xCCAAB3) is known color: Pink Flare. HEX triplet: CC, AA and B3. RGB value is (204,170,179). Sum of RGB (Red+Green+Blue) = 204+170+179=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB3 is #33554C. Grayscale: #B5B5B5. Windows color (decimal): -3364173 or 11774668. OLE color: 11774668.

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

Color convert

RGB 204 170 179 -
CMYK 0 0.17 0.12 0.2
HSL 344.12º 0.25% 0.73% -
HSV(B) 344.12º 0.17% 0.8% -
XYZ 47.41 44.84 48.8 -
YUV 181.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 204 170 179 0 0.17 0.12 0.2 344.12 0.25 0.73
Hex CC AA B3 0 11 C 14 158 19 49
Octal 314 252 263 0 21 14 24 530 31 111
Binary 11001100 10101010 10110011 0 10001 1100 10100 101011000 11001 1001001

Color Harmonies of #CCAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAB3

Black with #CCAAB3

Text Example


Text Example

White with #CCAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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