#CD8F8A

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

Shades of Oriental Pink #CD8F8A

Tints of Oriental Pink #CD8F8A

Color information

#CD8F8A (or 0xCD8F8A) is unknown color: approx Oriental Pink. HEX triplet: CD, 8F and 8A. RGB value is (205,143,138). Sum of RGB (Red+Green+Blue) = 205+143+138=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F8A is #327075. Grayscale: #A1A1A1. Windows color (decimal): -3305590 or 9080781. OLE color: 9080781.

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

Color convert

RGB205143138-
CMYK00.300.330.20
HSL4.48º40.12%67.25%-
HSV(B)4.48º32.68%80.39%-
XYZ39.5934.4628.61-
YUV160.97115.04159.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.18%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=42.18%
G=29.42%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514313800.300.330.204.4840.1267.25
HexCD8F8A01E211442843
Octal3152172120364124450103
Binary110011011000111110001010011110100001101001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8F8A; }

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

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

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

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

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

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

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

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