Html Css Color HEX #C1948E Oriental Pink

📋 copy color: '#C1948E'

red 193 ◦ green 148 ◦ blue 142

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

Shades of Oriental Pink #C1948E

Tints of Oriental Pink #C1948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 39.96%
G = 30.64%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C1948E (or 0xC1948E) is known color: Oriental Pink. HEX triplet: C1, 94 and 8E. RGB value is (193,148,142). Sum of RGB (Red+Green+Blue) = 193+148+142=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1948E is #3E6B71. Grayscale: #A0A0A0. Windows color (decimal): -4090738 or 9344193. OLE color: 9344193.

HSL color Cylindrical-coordinate representation of color #C1948E: hue angle of 7.06º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1948E is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 148 142 -
CMYK 0 0.23 0.26 0.24
HSL 7.06º 0.29% 0.66% -
HSV(B) 7.06º 0.26% 0.76% -
XYZ 37.46 34.47 30.27 -
YUV 160.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 193 148 142 0 0.23 0.26 0.24 7.06 0.29 0.66
Hex C1 94 8E 0 17 1A 18 7 1D 42
Octal 301 224 216 0 27 32 30 7 35 102
Binary 11000001 10010100 10001110 0 10111 11010 11000 111 11101 1000010

Color Harmonies of #C1948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1948E

Black with #C1948E

Text Example


Text Example

White with #C1948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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