Html Css Color HEX #CD8987 Oriental Pink

📋 copy color: '#CD8987'

red 205 ◦ green 137 ◦ blue 135

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

Shades of Oriental Pink #CD8987

Tints of Oriental Pink #CD8987

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.72%

 BLUE value IS 135 (53.13% from 255) = 28.3%

R = 42.98%
G = 28.72%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD8987 (or 0xCD8987) is known color: Oriental Pink. HEX triplet: CD, 89 and 87. RGB value is (205,137,135). Sum of RGB (Red+Green+Blue) = 205+137+135=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8987 is #327678. Grayscale: #9D9D9D. Windows color (decimal): -3307129 or 8882637. OLE color: 8882637.

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

Color convert

RGB 205 137 135 -
CMYK 0 0.33 0.34 0.20
HSL 1.71º 0.41% 0.67% -
HSV(B) 1.71º 0.34% 0.8% -
XYZ 38.5 32.62 27.19 -
YUV 157.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 205 137 135 0 0.33 0.34 0.20 1.71 0.41 0.67
Hex CD 89 87 0 21 22 14 2 29 43
Octal 315 211 207 0 41 42 24 2 51 103
Binary 11001101 10001001 10000111 0 100001 100010 10100 10 101001 1000011

Color Harmonies of #CD8987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8987

Black with #CD8987

Text Example


Text Example

White with #CD8987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8987; }

 p { color: rgb(205,137,135); }

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

background-color css

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

 a { background-color: rgb(205,137,135); }

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

border-color css

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

 span { border-color: rgb(205,137,135); }

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