Html Css Color HEX #C1857F Oriental Pink

📋 copy color: '#C1857F'

red 193 ◦ green 133 ◦ blue 127

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

Shades of Oriental Pink #C1857F

Tints of Oriental Pink #C1857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.36%

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

R = 42.6%
G = 29.36%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1857F (or 0xC1857F) is known color: Oriental Pink. HEX triplet: C1, 85 and 7F. RGB value is (193,133,127). Sum of RGB (Red+Green+Blue) = 193+133+127=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1857F is #3E7A80. Grayscale: #969696. Windows color (decimal): -4094593 or 8357313. OLE color: 8357313.

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

Color convert

RGB 193 133 127 -
CMYK 0 0.31 0.34 0.24
HSL 5.45º 0.35% 0.63% -
HSV(B) 5.45º 0.34% 0.76% -
XYZ 34.21 29.64 24 -
YUV 150.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 193 133 127 0 0.31 0.34 0.24 5.45 0.35 0.63
Hex C1 85 7F 0 1F 22 18 5 23 3F
Octal 301 205 177 0 37 42 30 5 43 77
Binary 11000001 10000101 1111111 0 11111 100010 11000 101 100011 111111

Color Harmonies of #C1857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1857F

Black with #C1857F

Text Example


Text Example

White with #C1857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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