#CCA294

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

Shades of Rose #CCA294

Tints of Rose #CCA294

Color information

#CCA294 (or 0xCCA294) is unknown color: approx Rose. HEX triplet: CC, A2 and 94. RGB value is (204,162,148). Sum of RGB (Red+Green+Blue) = 204+162+148=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA294 is #335D6B. Grayscale: #ADADAD. Windows color (decimal): -3366252 or 9741004. OLE color: 9741004.

HSL color Cylindrical-coordinate representation of color #CCA294: hue angle of 15º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCA294 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204162148-
CMYK00.210.270.2
HSL15º35.44%69.02%-
HSV(B)15º27.45%80%-
XYZ43.1740.8233.62-
YUV172.96113.91150.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=39.69%
G=31.52%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416214800.210.270.21535.4469.02
HexCCA2940151B14f2345
Octal31424222402533241743105
Binary110011001010001010010100010101110111010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA294; }

 p { color: rgb(204,162,148); }

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

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

 a { background-color: rgb(204,162,148); }

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

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

 span { border-color: rgb(204,162,148); }

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