Html Css Color HEX #CD8C87 Oriental Pink

📋 copy color: '#CD8C87'

red 205 ◦ green 140 ◦ blue 135

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

Shades of Oriental Pink #CD8C87

Tints of Oriental Pink #CD8C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 42.71%
G = 29.17%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD8C87 (or 0xCD8C87) is known color: Oriental Pink. HEX triplet: CD, 8C and 87. RGB value is (205,140,135). Sum of RGB (Red+Green+Blue) = 205+140+135=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C87 is #327378. Grayscale: #9E9E9E. Windows color (decimal): -3306361 or 8883405. OLE color: 8883405.

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

Color convert

RGB 205 140 135 -
CMYK 0 0.32 0.34 0.20
HSL 4.29º 0.41% 0.67% -
HSV(B) 4.29º 0.34% 0.8% -
XYZ 38.93 33.48 27.33 -
YUV 158.87 114.53 160.91 -
System Red Green Blue C M Y K H S L
Decimal 205 140 135 0 0.32 0.34 0.20 4.29 0.41 0.67
Hex CD 8C 87 0 20 22 14 4 29 43
Octal 315 214 207 0 40 42 24 4 51 103
Binary 11001101 10001100 10000111 0 100000 100010 10100 100 101001 1000011

Color Harmonies of #CD8C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C87

Black with #CD8C87

Text Example


Text Example

White with #CD8C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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