Html Css Color HEX #C4857D Oriental Pink

📋 copy color: '#C4857D'

red 196 ◦ green 133 ◦ blue 125

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

Shades of Oriental Pink #C4857D

Tints of Oriental Pink #C4857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.53%

R = 43.17%
G = 29.3%
B = 27.53%

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

#C4857D (or 0xC4857D) is known color: Oriental Pink. HEX triplet: C4, 85 and 7D. RGB value is (196,133,125). Sum of RGB (Red+Green+Blue) = 196+133+125=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857D is #3B7A82. Grayscale: #979797. Windows color (decimal): -3897987 or 8226244. OLE color: 8226244.

HSL color Cylindrical-coordinate representation of color #C4857D: hue angle of 6.76º degrees, saturation: 0.38, 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 #C4857D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 125 -
CMYK 0 0.32 0.36 0.23
HSL 6.76º 0.38% 0.63% -
HSV(B) 6.76º 0.36% 0.77% -
XYZ 34.85 29.99 23.35 -
YUV 150.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 196 133 125 0 0.32 0.36 0.23 6.76 0.38 0.63
Hex C4 85 7D 0 20 24 17 7 26 3F
Octal 304 205 175 0 40 44 27 7 46 77
Binary 11000100 10000101 1111101 0 100000 100100 10111 111 100110 111111

Color Harmonies of #C4857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4857D

Black with #C4857D

Text Example


Text Example

White with #C4857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4857D; }

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

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

background-color css

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

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

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

border-color css

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

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

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