#C98B8A

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

Shades of Oriental Pink #C98B8A

Tints of Oriental Pink #C98B8A

Color information

#C98B8A (or 0xC98B8A) is unknown color: approx Oriental Pink. HEX triplet: C9, 8B and 8A. RGB value is (201,139,138). Sum of RGB (Red+Green+Blue) = 201+139+138=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C98B8A is #367475. Grayscale: #9D9D9D. Windows color (decimal): -3568758 or 9079753. OLE color: 9079753.

HSL color Cylindrical-coordinate representation of color #C98B8A: hue angle of 0.95º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98B8A is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB201139138-
CMYK00.310.310.21
HSL0.95º36.84%66.47%-
HSV(B)0.95º31.34%78.82%-
XYZ37.9132.7228.36-
YUV157.42117.04159.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.05%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=42.05%
G=29.08%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113913800.310.310.210.9536.8466.47
HexC98B8A01F1F1512542
Octal3112132120373725145102
Binary110010011000101110001010011111111111010111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B8A; }

 p { color: rgb(201,139,138); }

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

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

 a { background-color: rgb(201,139,138); }

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

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

 span { border-color: rgb(201,139,138); }

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