Html Css Color HEX #C19187 Oriental Pink

📋 copy color: '#C19187'

red 193 ◦ green 145 ◦ blue 135

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

Shades of Oriental Pink #C19187

Tints of Oriental Pink #C19187

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.66%

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

R = 40.8%
G = 30.66%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C19187 (or 0xC19187) is known color: Oriental Pink. HEX triplet: C1, 91 and 87. RGB value is (193,145,135). Sum of RGB (Red+Green+Blue) = 193+145+135=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19187 is #3E6E78. Grayscale: #9E9E9E. Windows color (decimal): -4091513 or 8884673. OLE color: 8884673.

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

Color convert

RGB 193 145 135 -
CMYK 0 0.25 0.30 0.24
HSL 10.34º 0.32% 0.64% -
HSV(B) 10.34º 0.3% 0.76% -
XYZ 36.49 33.34 27.43 -
YUV 158.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 193 145 135 0 0.25 0.30 0.24 10.34 0.32 0.64
Hex C1 91 87 0 19 1E 18 A 20 40
Octal 301 221 207 0 31 36 30 12 40 100
Binary 11000001 10010001 10000111 0 11001 11110 11000 1010 100000 1000000

Color Harmonies of #C19187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19187

Black with #C19187

Text Example


Text Example

White with #C19187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19187; }

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

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

background-color css

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

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

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

border-color css

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

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

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