Html Css Color HEX #CD8E86 Oriental Pink

📋 copy color: '#CD8E86'

red 205 ◦ green 142 ◦ blue 134

#CD8E86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #CD8E86

Tints of Oriental Pink #CD8E86

RGB

 RED value IS 205 (80.47% from 255) = 42.62%

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 134 (52.73% from 255) = 27.86%

R = 42.62%
G = 29.52%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD8E86 (or 0xCD8E86) is known color: Oriental Pink. HEX triplet: CD, 8E and 86. RGB value is (205,142,134). Sum of RGB (Red+Green+Blue) = 205+142+134=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8E86 is #327179. Grayscale: #A0A0A0. Windows color (decimal): -3305850 or 8818381. OLE color: 8818381.

HSL color Cylindrical-coordinate representation of color #CD8E86: hue angle of 6.76º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CD8E86 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 142 134 -
CMYK 0 0.31 0.35 0.20
HSL 6.76º 0.42% 0.66% -
HSV(B) 6.76º 0.35% 0.8% -
XYZ 39.15 34.05 27.06 -
YUV 159.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 205 142 134 0 0.31 0.35 0.20 6.76 0.42 0.66
Hex CD 8E 86 0 1F 23 14 7 2A 42
Octal 315 216 206 0 37 43 24 7 52 102
Binary 11001101 10001110 10000110 0 11111 100011 10100 111 101010 1000010

Color Harmonies of #CD8E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8E86

Black with #CD8E86

Text Example


Text Example

White with #CD8E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8E86; }

 p { color: rgb(205,142,134); }

 H1.HeaderClassName
 {
   color: #CD8E86;
 }
 .AnyTagClassName
 {
   color: #CD8E86;
 }
</style>

background-color css

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

 a { background-color: rgb(205,142,134); }

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

border-color css

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

 span { border-color: rgb(205,142,134); }

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