Html Css Color HEX #C4857E Oriental Pink

📋 copy color: '#C4857E'

red 196 ◦ green 133 ◦ blue 126

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

Shades of Oriental Pink #C4857E

Tints of Oriental Pink #C4857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 43.08%
G = 29.23%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4857E (or 0xC4857E) is known color: Oriental Pink. HEX triplet: C4, 85 and 7E. RGB value is (196,133,126). Sum of RGB (Red+Green+Blue) = 196+133+126=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857E is #3B7A81. Grayscale: #979797. Windows color (decimal): -3897986 or 8291780. OLE color: 8291780.

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

Color convert

RGB 196 133 126 -
CMYK 0 0.32 0.36 0.23
HSL 0.37% 0.63% -
HSV(B) 0.36% 0.77% -
XYZ 34.92 30.02 23.69 -
YUV 151.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 196 133 126 0 0.32 0.36 0.23 6 0.37 0.63
Hex C4 85 7E 0 20 24 17 6 25 3F
Octal 304 205 176 0 40 44 27 6 45 77
Binary 11000100 10000101 1111110 0 100000 100100 10111 110 100101 111111

Color Harmonies of #C4857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4857E

Black with #C4857E

Text Example


Text Example

White with #C4857E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4857E; }

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

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

background-color css

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

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

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

border-color css

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

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

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