#CD8B8A

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

Shades of Oriental Pink #CD8B8A

Tints of Oriental Pink #CD8B8A

Color information

#CD8B8A (or 0xCD8B8A) is unknown color: approx Oriental Pink. HEX triplet: CD, 8B and 8A. RGB value is (205,139,138). Sum of RGB (Red+Green+Blue) = 205+139+138=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8B8A is #327475. Grayscale: #9E9E9E. Windows color (decimal): -3306614 or 9079757. OLE color: 9079757.

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

Color convert

RGB205139138-
CMYK00.320.330.20
HSL0.9º40.12%67.25%-
HSV(B)0.9º32.68%80.39%-
XYZ3933.2828.41-
YUV158.62116.37161.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=42.53%
G=28.84%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513913800.320.330.200.940.1267.25
HexCD8B8A020211412843
Octal3152132120404124150103
Binary11001101100010111000101001000001000011010011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8B8A; }

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

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

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

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

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

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

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

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