Html Css Color HEX #C18887 Oriental Pink

📋 copy color: '#C18887'

red 193 ◦ green 136 ◦ blue 135

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

Shades of Oriental Pink #C18887

Tints of Oriental Pink #C18887

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.31%

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

R = 41.59%
G = 29.31%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C18887 (or 0xC18887) is known color: Oriental Pink. HEX triplet: C1, 88 and 87. RGB value is (193,136,135). Sum of RGB (Red+Green+Blue) = 193+136+135=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C18887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18887 is #3E7778. Grayscale: #989898. Windows color (decimal): -4093817 or 8882369. OLE color: 8882369.

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

Color convert

RGB 193 136 135 -
CMYK 0 0.30 0.30 0.24
HSL 1.03º 0.32% 0.64% -
HSV(B) 1.03º 0.3% 0.76% -
XYZ 35.17 30.7 26.99 -
YUV 152.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 193 136 135 0 0.30 0.30 0.24 1.03 0.32 0.64
Hex C1 88 87 0 1E 1E 18 1 20 40
Octal 301 210 207 0 36 36 30 1 40 100
Binary 11000001 10001000 10000111 0 11110 11110 11000 1 100000 1000000

Color Harmonies of #C18887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18887

Black with #C18887

Text Example


Text Example

White with #C18887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18887; }

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

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

background-color css

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

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

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

border-color css

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

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

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