#CC928D

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

Shades of Oriental Pink #CC928D

Tints of Oriental Pink #CC928D

Color information

#CC928D (or 0xCC928D) is unknown color: approx Oriental Pink. HEX triplet: CC, 92 and 8D. RGB value is (204,146,141). Sum of RGB (Red+Green+Blue) = 204+146+141=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928D is #336D72. Grayscale: #A2A2A2. Windows color (decimal): -3370355 or 9278156. OLE color: 9278156.

HSL color Cylindrical-coordinate representation of color #CC928D: hue angle of 4.76º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC928D is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204146141-
CMYK00.280.310.2
HSL4.76º38.18%67.65%-
HSV(B)4.76º30.88%80%-
XYZ39.9935.3229.91-
YUV162.77115.72157.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 141 (55.47% from 255) = 28.72%
R=41.55%
G=29.74%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414614100.280.310.24.7638.1867.65
HexCC928D01C1F1452644
Octal3142222150343724546104
Binary11001100100100101000110101110011111101001011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC928D; }

 p { color: rgb(204,146,141); }

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

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

 a { background-color: rgb(204,146,141); }

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

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

 span { border-color: rgb(204,146,141); }

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