Html Css Color HEX #CD8F86 Oriental Pink

📋 copy color: '#CD8F86'

red 205 ◦ green 143 ◦ blue 134

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

Shades of Oriental Pink #CD8F86

Tints of Oriental Pink #CD8F86

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.67%

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

R = 42.53%
G = 29.67%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CD8F86 (or 0xCD8F86) is known color: Oriental Pink. HEX triplet: CD, 8F and 86. RGB value is (205,143,134). Sum of RGB (Red+Green+Blue) = 205+143+134=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F86 is #327079. Grayscale: #A0A0A0. Windows color (decimal): -3305594 or 8818637. OLE color: 8818637.

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

Color convert

RGB 205 143 134 -
CMYK 0 0.30 0.35 0.20
HSL 7.61º 0.42% 0.66% -
HSV(B) 7.61º 0.35% 0.8% -
XYZ 39.3 34.35 27.11 -
YUV 160.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 205 143 134 0 0.30 0.35 0.20 7.61 0.42 0.66
Hex CD 8F 86 0 1E 23 14 8 2A 42
Octal 315 217 206 0 36 43 24 10 52 102
Binary 11001101 10001111 10000110 0 11110 100011 10100 1000 101010 1000010

Color Harmonies of #CD8F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F86

Black with #CD8F86

Text Example


Text Example

White with #CD8F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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