Html Css Color HEX #C58484 Oriental Pink

📋 copy color: '#C58484'

red 197 ◦ green 132 ◦ blue 132

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

Shades of Oriental Pink #C58484

Tints of Oriental Pink #C58484

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.63%

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

R = 42.73%
G = 28.63%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C58484 (or 0xC58484) is known color: Oriental Pink. HEX triplet: C5, 84 and 84. RGB value is (197,132,132). Sum of RGB (Red+Green+Blue) = 197+132+132=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C58484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58484 is #3A7B7B. Grayscale: #979797. Windows color (decimal): -3832700 or 8684741. OLE color: 8684741.

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

Color convert

RGB 197 132 132 -
CMYK 0 0.33 0.33 0.23
HSL 0.36% 0.65% -
HSV(B) 0.33% 0.77% -
XYZ 35.44 30.04 25.76 -
YUV 151.44 117.03 160.5 -
System Red Green Blue C M Y K H S L
Decimal 197 132 132 0 0.33 0.33 0.23 0 0.36 0.65
Hex C5 84 84 0 21 21 17 0 24 41
Octal 305 204 204 0 41 41 27 0 44 101
Binary 11000101 10000100 10000100 0 100001 100001 10111 0 100100 1000001

Color Harmonies of #C58484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58484

Black with #C58484

Text Example


Text Example

White with #C58484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58484; }

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

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

background-color css

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

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

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

border-color css

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

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

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