#CC908B

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

Shades of Oriental Pink #CC908B

Tints of Oriental Pink #CC908B

Color information

#CC908B (or 0xCC908B) is unknown color: approx Oriental Pink. HEX triplet: CC, 90 and 8B. RGB value is (204,144,139). Sum of RGB (Red+Green+Blue) = 204+144+139=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC908B is #336F74. Grayscale: #A1A1A1. Windows color (decimal): -3370869 or 9146572. OLE color: 9146572.

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

Color convert

RGB204144139-
CMYK00.290.320.2
HSL4.62º38.92%67.25%-
HSV(B)4.62º31.86%80%-
XYZ39.5434.6529.03-
YUV161.37115.38158.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=41.89%
G=29.57%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414413900.290.320.24.6238.9267.25
HexCC908B01D201452743
Octal3142202130354024547103
Binary110011001001000010001011011101100000101001011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC908B; }

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

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

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

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

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

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

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

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