#CC8E8B

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

Shades of Oriental Pink #CC8E8B

Tints of Oriental Pink #CC8E8B

Color information

#CC8E8B (or 0xCC8E8B) is unknown color: approx Oriental Pink. HEX triplet: CC, 8E and 8B. RGB value is (204,142,139). Sum of RGB (Red+Green+Blue) = 204+142+139=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8E8B is #337174. Grayscale: #A0A0A0. Windows color (decimal): -3371381 or 9146060. OLE color: 9146060.

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

Color convert

RGB204142139-
CMYK00.300.320.2
HSL2.77º38.92%67.25%-
HSV(B)2.77º31.86%80%-
XYZ39.2434.0528.93-
YUV160.2116.04159.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 142 (55.86% from 255) = 29.28%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=42.06%
G=29.28%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414213900.300.320.22.7738.9267.25
HexCC8E8B01E201432743
Octal3142162130364024347103
Binary11001100100011101000101101111010000010100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E8B; }

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

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

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

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

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

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

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

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