Html Css Color HEX #C1847F Oriental Pink

📋 copy color: '#C1847F'

red 193 ◦ green 132 ◦ blue 127

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

Shades of Oriental Pink #C1847F

Tints of Oriental Pink #C1847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

 BLUE value IS 127 (50% from 255) = 28.1%

R = 42.7%
G = 29.2%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1847F (or 0xC1847F) is known color: Oriental Pink. HEX triplet: C1, 84 and 7F. RGB value is (193,132,127). Sum of RGB (Red+Green+Blue) = 193+132+127=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1847F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1847F is #3E7B80. Grayscale: #959595. Windows color (decimal): -4094849 or 8357057. OLE color: 8357057.

HSL color Cylindrical-coordinate representation of color #C1847F: hue angle of 4.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1847F is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 132 127 -
CMYK 0 0.32 0.34 0.24
HSL 4.55º 0.35% 0.63% -
HSV(B) 4.55º 0.34% 0.76% -
XYZ 34.07 29.37 23.95 -
YUV 149.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 193 132 127 0 0.32 0.34 0.24 4.55 0.35 0.63
Hex C1 84 7F 0 20 22 18 5 23 3F
Octal 301 204 177 0 40 42 30 5 43 77
Binary 11000001 10000100 1111111 0 100000 100010 11000 101 100011 111111

Color Harmonies of #C1847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1847F

Black with #C1847F

Text Example


Text Example

White with #C1847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1847F; }

 p { color: rgb(193,132,127); }

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

background-color css

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

 a { background-color: rgb(193,132,127); }

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

border-color css

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

 span { border-color: rgb(193,132,127); }

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