Html Css Color HEX #CCAAB4 Pink Flare

📋 copy color: '#CCAAB4'

red 204 ◦ green 170 ◦ blue 180

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

Shades of Pink Flare #CCAAB4

Tints of Pink Flare #CCAAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.49%

R = 36.82%
G = 30.69%
B = 32.49%

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

#CCAAB4 (or 0xCCAAB4) is known color: Pink Flare. HEX triplet: CC, AA and B4. RGB value is (204,170,180). Sum of RGB (Red+Green+Blue) = 204+170+180=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 180 (70.70% from 255 or 32.49% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB4 is #33554B. Grayscale: #B5B5B5. Windows color (decimal): -3364172 or 11840204. OLE color: 11840204.

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

Color convert

RGB 204 170 180 -
CMYK 0 0.17 0.12 0.2
HSL 342.35º 0.25% 0.73% -
HSV(B) 342.35º 0.17% 0.8% -
XYZ 47.51 44.88 49.34 -
YUV 181.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 204 170 180 0 0.17 0.12 0.2 342.35 0.25 0.73
Hex CC AA B4 0 11 C 14 156 19 49
Octal 314 252 264 0 21 14 24 526 31 111
Binary 11001100 10101010 10110100 0 10001 1100 10100 101010110 11001 1001001

Color Harmonies of #CCAAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAB4

Black with #CCAAB4

Text Example


Text Example

White with #CCAAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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