Html Css Color HEX #C1948D Oriental Pink

📋 copy color: '#C1948D'

red 193 ◦ green 148 ◦ blue 141

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

Shades of Oriental Pink #C1948D

Tints of Oriental Pink #C1948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.71%

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

R = 40.04%
G = 30.71%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1948D (or 0xC1948D) is known color: Oriental Pink. HEX triplet: C1, 94 and 8D. RGB value is (193,148,141). Sum of RGB (Red+Green+Blue) = 193+148+141=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1948D is #3E6B72. Grayscale: #A0A0A0. Windows color (decimal): -4090739 or 9278657. OLE color: 9278657.

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

Color convert

RGB 193 148 141 -
CMYK 0 0.23 0.27 0.24
HSL 8.08º 0.3% 0.65% -
HSV(B) 8.08º 0.27% 0.76% -
XYZ 37.39 34.44 29.88 -
YUV 160.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 193 148 141 0 0.23 0.27 0.24 8.08 0.3 0.65
Hex C1 94 8D 0 17 1B 18 8 1E 41
Octal 301 224 215 0 27 33 30 10 36 101
Binary 11000001 10010100 10001101 0 10111 11011 11000 1000 11110 1000001

Color Harmonies of #C1948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1948D

Black with #C1948D

Text Example


Text Example

White with #C1948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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