Html Css Color HEX #C18D87 Oriental Pink

📋 copy color: '#C18D87'

red 193 ◦ green 141 ◦ blue 135

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

Shades of Oriental Pink #C18D87

Tints of Oriental Pink #C18D87

RGB

 RED value IS 193 (75.78% from 255) = 41.15%

 GREEN value IS 141 (55.47% from 255) = 30.06%

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

R = 41.15%
G = 30.06%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18D87 (or 0xC18D87) is known color: Oriental Pink. HEX triplet: C1, 8D and 87. RGB value is (193,141,135). Sum of RGB (Red+Green+Blue) = 193+141+135=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C18D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18D87 is #3E7278. Grayscale: #9B9B9B. Windows color (decimal): -4092537 or 8883649. OLE color: 8883649.

HSL color Cylindrical-coordinate representation of color #C18D87: hue angle of 6.21º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18D87 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 135 -
CMYK 0 0.27 0.30 0.24
HSL 6.21º 0.32% 0.64% -
HSV(B) 6.21º 0.3% 0.76% -
XYZ 35.89 32.14 27.23 -
YUV 155.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 193 141 135 0 0.27 0.30 0.24 6.21 0.32 0.64
Hex C1 8D 87 0 1B 1E 18 6 20 40
Octal 301 215 207 0 33 36 30 6 40 100
Binary 11000001 10001101 10000111 0 11011 11110 11000 110 100000 1000000

Color Harmonies of #C18D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18D87

Black with #C18D87

Text Example


Text Example

White with #C18D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18D87; }

 p { color: rgb(193,141,135); }

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

background-color css

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

 a { background-color: rgb(193,141,135); }

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

border-color css

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

 span { border-color: rgb(193,141,135); }

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