Html Css Color HEX #C58E84 Oriental Pink

📋 copy color: '#C58E84'

red 197 ◦ green 142 ◦ blue 132

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

Shades of Oriental Pink #C58E84

Tints of Oriental Pink #C58E84

RGB

 RED value IS 197 (77.34% from 255) = 41.83%

 GREEN value IS 142 (55.86% from 255) = 30.15%

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 41.83%
G = 30.15%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C58E84 (or 0xC58E84) is known color: Oriental Pink. HEX triplet: C5, 8E and 84. RGB value is (197,142,132). Sum of RGB (Red+Green+Blue) = 197+142+132=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E84 is #3A717B. Grayscale: #9D9D9D. Windows color (decimal): -3830140 or 8687301. OLE color: 8687301.

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

Color convert

RGB 197 142 132 -
CMYK 0 0.28 0.33 0.23
HSL 9.23º 0.36% 0.65% -
HSV(B) 9.23º 0.33% 0.77% -
XYZ 36.86 32.88 26.23 -
YUV 157.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 197 142 132 0 0.28 0.33 0.23 9.23 0.36 0.65
Hex C5 8E 84 0 1C 21 17 9 24 41
Octal 305 216 204 0 34 41 27 11 44 101
Binary 11000101 10001110 10000100 0 11100 100001 10111 1001 100100 1000001

Color Harmonies of #C58E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E84

Black with #C58E84

Text Example


Text Example

White with #C58E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E84; }

 p { color: rgb(197,142,132); }

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

background-color css

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

 a { background-color: rgb(197,142,132); }

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

border-color css

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

 span { border-color: rgb(197,142,132); }

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