Html Css Color HEX #C58D84 Oriental Pink

📋 copy color: '#C58D84'

red 197 ◦ green 141 ◦ blue 132

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

Shades of Oriental Pink #C58D84

Tints of Oriental Pink #C58D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30%

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

R = 41.91%
G = 30%
B = 28.09%

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

#C58D84 (or 0xC58D84) is known color: Oriental Pink. HEX triplet: C5, 8D and 84. RGB value is (197,141,132). Sum of RGB (Red+Green+Blue) = 197+141+132=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D84 is #3A727B. Grayscale: #9C9C9C. Windows color (decimal): -3830396 or 8687045. OLE color: 8687045.

HSL color Cylindrical-coordinate representation of color #C58D84: hue angle of 8.31º 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 #C58D84 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 141 132 -
CMYK 0 0.28 0.33 0.23
HSL 8.31º 0.36% 0.65% -
HSV(B) 8.31º 0.33% 0.77% -
XYZ 36.72 32.59 26.18 -
YUV 156.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 197 141 132 0 0.28 0.33 0.23 8.31 0.36 0.65
Hex C5 8D 84 0 1C 21 17 8 24 41
Octal 305 215 204 0 34 41 27 10 44 101
Binary 11000101 10001101 10000100 0 11100 100001 10111 1000 100100 1000001

Color Harmonies of #C58D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D84

Black with #C58D84

Text Example


Text Example

White with #C58D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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