#CC928F

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

Shades of Oriental Pink #CC928F

Tints of Oriental Pink #CC928F

Color information

#CC928F (or 0xCC928F) is unknown color: approx Oriental Pink. HEX triplet: CC, 92 and 8F. RGB value is (204,146,143). Sum of RGB (Red+Green+Blue) = 204+146+143=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928F is #336D70. Grayscale: #A3A3A3. Windows color (decimal): -3370353 or 9409228. OLE color: 9409228.

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

Color convert

RGB204146143-
CMYK00.280.300.2
HSL2.95º37.42%68.04%-
HSV(B)2.95º29.9%80%-
XYZ40.1435.3830.7-
YUV163116.72157.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 143 (56.25% from 255) = 29.01%
R=41.38%
G=29.61%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414614300.280.300.22.9537.4268.04
HexCC928F01C1E1432544
Octal3142222170343624345104
Binary1100110010010010100011110111001111010100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC928F; }

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

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

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

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

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

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

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

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