#CCACAD

Color #CCACAD Pink Flare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flare #CCACAD

Tints of Pink Flare #CCACAD

Color information

#CCACAD (or 0xCCACAD) is unknown color: approx Pink Flare. HEX triplet: CC, AC and AD. RGB value is (204,172,173). Sum of RGB (Red+Green+Blue) = 204+172+173=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACAD is #335352. Grayscale: #B5B5B5. Windows color (decimal): -3363667 or 11381964. OLE color: 11381964.

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

Color convert

RGB204172173-
CMYK00.160.150.2
HSL358.12º23.88%73.73%-
HSV(B)358.12º15.69%80%-
XYZ47.245.3645.8-
YUV181.68123.1143.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=37.16%
G=31.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417217300.160.150.2358.1223.8873.73
HexCCACAD010F14166184a
Octal314254255020172454630112
Binary110011001010110010101101010000111110100101100110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACAD; }

 p { color: rgb(204,172,173); }

 H1.HeaderClassName
 {
   color: #CCACAD;
 }
 .AnyTagClassName
 {
   color: #CCACAD;
 }
</style>
background-color css

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

 a { background-color: rgb(204,172,173); }

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

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

 span { border-color: rgb(204,172,173); }

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