#CC908D

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

Shades of Oriental Pink #CC908D

Tints of Oriental Pink #CC908D

Color information

#CC908D (or 0xCC908D) is unknown color: approx Oriental Pink. HEX triplet: CC, 90 and 8D. RGB value is (204,144,141). Sum of RGB (Red+Green+Blue) = 204+144+141=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908D is #336F72. Grayscale: #A1A1A1. Windows color (decimal): -3370867 or 9277644. OLE color: 9277644.

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

Color convert

RGB204144141-
CMYK00.290.310.2
HSL2.86º38.18%67.65%-
HSV(B)2.86º30.88%80%-
XYZ39.6834.7129.81-
YUV161.6116.38158.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.72%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 141 (55.47% from 255) = 28.83%
R=41.72%
G=29.45%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414414100.290.310.22.8638.1867.65
HexCC908D01D1F1432644
Octal3142202150353724346104
Binary1100110010010000100011010111011111110100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC908D; }

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

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

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

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

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

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

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

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