Html Css Color HEX #C58582 Oriental Pink

📋 copy color: '#C58582'

red 197 ◦ green 133 ◦ blue 130

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

Shades of Oriental Pink #C58582

Tints of Oriental Pink #C58582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 42.83%
G = 28.91%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C58582 (or 0xC58582) is known color: Oriental Pink. HEX triplet: C5, 85 and 82. RGB value is (197,133,130). Sum of RGB (Red+Green+Blue) = 197+133+130=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C58582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58582 is #3A7A7D. Grayscale: #979797. Windows color (decimal): -3832446 or 8553925. OLE color: 8553925.

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

Color convert

RGB 197 133 130 -
CMYK 0 0.32 0.34 0.23
HSL 2.69º 0.37% 0.64% -
HSV(B) 2.69º 0.34% 0.77% -
XYZ 35.44 30.26 25.09 -
YUV 151.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 197 133 130 0 0.32 0.34 0.23 2.69 0.37 0.64
Hex C5 85 82 0 20 22 17 3 25 40
Octal 305 205 202 0 40 42 27 3 45 100
Binary 11000101 10000101 10000010 0 100000 100010 10111 11 100101 1000000

Color Harmonies of #C58582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58582

Black with #C58582

Text Example


Text Example

White with #C58582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58582; }

 p { color: rgb(197,133,130); }

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

background-color css

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

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

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

border-color css

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

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

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