Html Css Color HEX #CCABB5 Pink Flare

📋 copy color: '#CCABB5'

red 204 ◦ green 171 ◦ blue 181

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

Shades of Pink Flare #CCABB5

Tints of Pink Flare #CCABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.55%

R = 36.69%
G = 30.76%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCABB5 (or 0xCCABB5) is known color: Pink Flare. HEX triplet: CC, AB and B5. RGB value is (204,171,181). Sum of RGB (Red+Green+Blue) = 204+171+181=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB5 is #33544A. Grayscale: #B6B6B6. Windows color (decimal): -3363915 or 11905996. OLE color: 11905996.

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

Color convert

RGB 204 171 181 -
CMYK 0 0.16 0.11 0.2
HSL 341.82º 0.24% 0.74% -
HSV(B) 341.82º 0.16% 0.8% -
XYZ 47.81 45.3 49.94 -
YUV 182.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 204 171 181 0 0.16 0.11 0.2 341.82 0.24 0.74
Hex CC AB B5 0 10 B 14 156 18 4A
Octal 314 253 265 0 20 13 24 526 30 112
Binary 11001100 10101011 10110101 0 10000 1011 10100 101010110 11000 1001010

Color Harmonies of #CCABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCABB5

Black with #CCABB5

Text Example


Text Example

White with #CCABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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