Html Css Color HEX #CCABB3 Pink Flare

📋 copy color: '#CCABB3'

red 204 ◦ green 171 ◦ blue 179

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

Shades of Pink Flare #CCABB3

Tints of Pink Flare #CCABB3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

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

R = 36.82%
G = 30.87%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CCABB3 (or 0xCCABB3) is known color: Pink Flare. HEX triplet: CC, AB and B3. RGB value is (204,171,179). Sum of RGB (Red+Green+Blue) = 204+171+179=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB3 is #33544C. Grayscale: #B5B5B5. Windows color (decimal): -3363917 or 11774924. OLE color: 11774924.

HSL color Cylindrical-coordinate representation of color #CCABB3: hue angle of 345.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB3 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 171 179 -
CMYK 0 0.16 0.12 0.2
HSL 345.45º 0.24% 0.74% -
HSV(B) 345.45º 0.16% 0.8% -
XYZ 47.6 45.22 48.87 -
YUV 181.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 204 171 179 0 0.16 0.12 0.2 345.45 0.24 0.74
Hex CC AB B3 0 10 C 14 159 18 4A
Octal 314 253 263 0 20 14 24 531 30 112
Binary 11001100 10101011 10110011 0 10000 1100 10100 101011001 11000 1001010

Color Harmonies of #CCABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABB3

Black with #CCABB3

Text Example


Text Example

White with #CCABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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