Html Css Color HEX #CCA8B0 Pink Flare

📋 copy color: '#CCA8B0'

red 204 ◦ green 168 ◦ blue 176

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

Shades of Pink Flare #CCA8B0

Tints of Pink Flare #CCA8B0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.66%

 BLUE value IS 176 (69.14% from 255) = 32.12%

R = 37.23%
G = 30.66%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCA8B0 (or 0xCCA8B0) is known color: Pink Flare. HEX triplet: CC, A8 and B0. RGB value is (204,168,176). Sum of RGB (Red+Green+Blue) = 204+168+176=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8B0 is #33574F. Grayscale: #B3B3B3. Windows color (decimal): -3364688 or 11577548. OLE color: 11577548.

HSL color Cylindrical-coordinate representation of color #CCA8B0: hue angle of 346.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8B0 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 176 -
CMYK 0 0.18 0.14 0.2
HSL 346.67º 0.26% 0.73% -
HSV(B) 346.67º 0.18% 0.8% -
XYZ 46.74 43.98 47.1 -
YUV 179.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 204 168 176 0 0.18 0.14 0.2 346.67 0.26 0.73
Hex CC A8 B0 0 12 E 14 15B 1A 49
Octal 314 250 260 0 22 16 24 533 32 111
Binary 11001100 10101000 10110000 0 10010 1110 10100 101011011 11010 1001001

Color Harmonies of #CCA8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8B0

Black with #CCA8B0

Text Example


Text Example

White with #CCA8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8B0; }

 p { color: rgb(204,168,176); }

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

background-color css

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

 a { background-color: rgb(204,168,176); }

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

border-color css

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

 span { border-color: rgb(204,168,176); }

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