#CD8C8A

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

Shades of Oriental Pink #CD8C8A

Tints of Oriental Pink #CD8C8A

Color information

#CD8C8A (or 0xCD8C8A) is unknown color: approx Oriental Pink. HEX triplet: CD, 8C and 8A. RGB value is (205,140,138). Sum of RGB (Red+Green+Blue) = 205+140+138=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8A is #327375. Grayscale: #9F9F9F. Windows color (decimal): -3306358 or 9080013. OLE color: 9080013.

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

Color convert

RGB205140138-
CMYK00.320.330.20
HSL1.79º40.12%67.25%-
HSV(B)1.79º32.68%80.39%-
XYZ39.1433.5728.46-
YUV159.21116.03160.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=42.44%
G=28.99%
B=28.57%

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
Decimal20514013800.320.330.201.7940.1267.25
HexCD8C8A020211422843
Octal3152142120404124250103
Binary110011011000110010001010010000010000110100101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8C8A; }

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

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

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

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

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

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

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

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