Html Css Color HEX #C1928D Oriental Pink

📋 copy color: '#C1928D'

red 193 ◦ green 146 ◦ blue 141

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

Shades of Oriental Pink #C1928D

Tints of Oriental Pink #C1928D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.42%

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

R = 40.21%
G = 30.42%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1928D (or 0xC1928D) is known color: Oriental Pink. HEX triplet: C1, 92 and 8D. RGB value is (193,146,141). Sum of RGB (Red+Green+Blue) = 193+146+141=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1928D is #3E6D72. Grayscale: #9F9F9F. Windows color (decimal): -4091251 or 9278145. OLE color: 9278145.

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

Color convert

RGB 193 146 141 -
CMYK 0 0.24 0.27 0.24
HSL 5.77º 0.3% 0.65% -
HSV(B) 5.77º 0.27% 0.76% -
XYZ 37.08 33.82 29.77 -
YUV 159.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 193 146 141 0 0.24 0.27 0.24 5.77 0.3 0.65
Hex C1 92 8D 0 18 1B 18 6 1E 41
Octal 301 222 215 0 30 33 30 6 36 101
Binary 11000001 10010010 10001101 0 11000 11011 11000 110 11110 1000001

Color Harmonies of #C1928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1928D

Black with #C1928D

Text Example


Text Example

White with #C1928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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