Html Css Color HEX #C18987 Oriental Pink

📋 copy color: '#C18987'

red 193 ◦ green 137 ◦ blue 135

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

Shades of Oriental Pink #C18987

Tints of Oriental Pink #C18987

RGB

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

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

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

R = 41.51%
G = 29.46%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18987 (or 0xC18987) is known color: Oriental Pink. HEX triplet: C1, 89 and 87. RGB value is (193,137,135). Sum of RGB (Red+Green+Blue) = 193+137+135=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C18987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18987 is #3E7678. Grayscale: #999999. Windows color (decimal): -4093561 or 8882625. OLE color: 8882625.

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

Color convert

RGB 193 137 135 -
CMYK 0 0.29 0.30 0.24
HSL 2.07º 0.32% 0.64% -
HSV(B) 2.07º 0.3% 0.76% -
XYZ 35.31 30.98 27.04 -
YUV 153.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 193 137 135 0 0.29 0.30 0.24 2.07 0.32 0.64
Hex C1 89 87 0 1D 1E 18 2 20 40
Octal 301 211 207 0 35 36 30 2 40 100
Binary 11000001 10001001 10000111 0 11101 11110 11000 10 100000 1000000

Color Harmonies of #C18987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18987

Black with #C18987

Text Example


Text Example

White with #C18987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18987; }

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

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

background-color css

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

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

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

border-color css

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

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

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