#CC928B

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

Shades of Oriental Pink #CC928B

Tints of Oriental Pink #CC928B

Color information

#CC928B (or 0xCC928B) is unknown color: approx Oriental Pink. HEX triplet: CC, 92 and 8B. RGB value is (204,146,139). Sum of RGB (Red+Green+Blue) = 204+146+139=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC928B is #336D74. Grayscale: #A2A2A2. Windows color (decimal): -3370357 or 9147084. OLE color: 9147084.

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

Color convert

RGB204146139-
CMYK00.280.320.2
HSL6.46º38.92%67.25%-
HSV(B)6.46º31.86%80%-
XYZ39.8435.2629.13-
YUV162.54114.72157.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=41.72%
G=29.86%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414613900.280.320.26.4638.9267.25
HexCC928B01C201462743
Octal3142222130344024647103
Binary110011001001001010001011011100100000101001101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC928B; }

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

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

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

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

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

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

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

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