Html Css Color HEX #C4857F Oriental Pink

📋 copy color: '#C4857F'

red 196 ◦ green 133 ◦ blue 127

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

Shades of Oriental Pink #C4857F

Tints of Oriental Pink #C4857F

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

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

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

R = 42.98%
G = 29.17%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4857F (or 0xC4857F) is known color: Oriental Pink. HEX triplet: C4, 85 and 7F. RGB value is (196,133,127). Sum of RGB (Red+Green+Blue) = 196+133+127=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857F is #3B7A80. Grayscale: #979797. Windows color (decimal): -3897985 or 8357316. OLE color: 8357316.

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

Color convert

RGB 196 133 127 -
CMYK 0 0.32 0.35 0.23
HSL 5.22º 0.37% 0.63% -
HSV(B) 5.22º 0.35% 0.77% -
XYZ 34.98 30.04 24.03 -
YUV 151.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 196 133 127 0 0.32 0.35 0.23 5.22 0.37 0.63
Hex C4 85 7F 0 20 23 17 5 25 3F
Octal 304 205 177 0 40 43 27 5 45 77
Binary 11000100 10000101 1111111 0 100000 100011 10111 101 100101 111111

Color Harmonies of #C4857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4857F

Black with #C4857F

Text Example


Text Example

White with #C4857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4857F; }

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

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

background-color css

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

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

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

border-color css

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

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

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