Html Css Color HEX #C1918D Oriental Pink

📋 copy color: '#C1918D'

red 193 ◦ green 145 ◦ blue 141

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

Shades of Oriental Pink #C1918D

Tints of Oriental Pink #C1918D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 40.29%
G = 30.27%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1918D (or 0xC1918D) is known color: Oriental Pink. HEX triplet: C1, 91 and 8D. RGB value is (193,145,141). Sum of RGB (Red+Green+Blue) = 193+145+141=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C1918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1918D is #3E6E72. Grayscale: #9E9E9E. Windows color (decimal): -4091507 or 9277889. OLE color: 9277889.

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

Color convert

RGB 193 145 141 -
CMYK 0 0.25 0.27 0.24
HSL 4.62º 0.3% 0.65% -
HSV(B) 4.62º 0.27% 0.76% -
XYZ 36.93 33.51 29.72 -
YUV 158.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 193 145 141 0 0.25 0.27 0.24 4.62 0.3 0.65
Hex C1 91 8D 0 19 1B 18 5 1E 41
Octal 301 221 215 0 31 33 30 5 36 101
Binary 11000001 10010001 10001101 0 11001 11011 11000 101 11110 1000001

Color Harmonies of #C1918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1918D

Black with #C1918D

Text Example


Text Example

White with #C1918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1918D; }

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

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

background-color css

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

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

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

border-color css

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

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

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