Html Css Color HEX #C58383 Oriental Pink

📋 copy color: '#C58383'

red 197 ◦ green 131 ◦ blue 131

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

Shades of Oriental Pink #C58383

Tints of Oriental Pink #C58383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 42.92%
G = 28.54%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C58383 (or 0xC58383) is known color: Oriental Pink. HEX triplet: C5, 83 and 83. RGB value is (197,131,131). Sum of RGB (Red+Green+Blue) = 197+131+131=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C58383 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58383 is #3A7C7C. Grayscale: #969696. Windows color (decimal): -3832957 or 8618949. OLE color: 8618949.

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

Color convert

RGB 197 131 131 -
CMYK 0 0.34 0.34 0.23
HSL 0.36% 0.64% -
HSV(B) 0.34% 0.77% -
XYZ 35.24 29.74 25.36 -
YUV 150.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 197 131 131 0 0.34 0.34 0.23 0 0.36 0.64
Hex C5 83 83 0 22 22 17 0 24 40
Octal 305 203 203 0 42 42 27 0 44 100
Binary 11000101 10000011 10000011 0 100010 100010 10111 0 100100 1000000

Color Harmonies of #C58383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58383

Black with #C58383

Text Example


Text Example

White with #C58383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58383; }

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

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

background-color css

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

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

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

border-color css

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

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

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