Html Css Color HEX #C19185 Oriental Pink

📋 copy color: '#C19185'

red 193 ◦ green 145 ◦ blue 133

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

Shades of Oriental Pink #C19185

Tints of Oriental Pink #C19185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 40.98%
G = 30.79%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C19185 (or 0xC19185) is known color: Oriental Pink. HEX triplet: C1, 91 and 85. RGB value is (193,145,133). Sum of RGB (Red+Green+Blue) = 193+145+133=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C19185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19185 is #3E6E7A. Grayscale: #9E9E9E. Windows color (decimal): -4091515 or 8753601. OLE color: 8753601.

HSL color Cylindrical-coordinate representation of color #C19185: hue angle of 12º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C19185 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 133 -
CMYK 0 0.25 0.31 0.24
HSL 12º 0.33% 0.64% -
HSV(B) 12º 0.31% 0.76% -
XYZ 36.35 33.28 26.7 -
YUV 157.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 193 145 133 0 0.25 0.31 0.24 12 0.33 0.64
Hex C1 91 85 0 19 1F 18 C 21 40
Octal 301 221 205 0 31 37 30 14 41 100
Binary 11000001 10010001 10000101 0 11001 11111 11000 1100 100001 1000000

Color Harmonies of #C19185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19185

Black with #C19185

Text Example


Text Example

White with #C19185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19185; }

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

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

background-color css

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

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

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

border-color css

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

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

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