Html Css Color HEX #C58882 Oriental Pink

📋 copy color: '#C58882'

red 197 ◦ green 136 ◦ blue 130

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

Shades of Oriental Pink #C58882

Tints of Oriental Pink #C58882

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.37%

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

R = 42.55%
G = 29.37%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C58882 (or 0xC58882) is known color: Oriental Pink. HEX triplet: C5, 88 and 82. RGB value is (197,136,130). Sum of RGB (Red+Green+Blue) = 197+136+130=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58882 is #3A777D. Grayscale: #999999. Windows color (decimal): -3831678 or 8554693. OLE color: 8554693.

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

Color convert

RGB 197 136 130 -
CMYK 0 0.31 0.34 0.23
HSL 5.37º 0.37% 0.64% -
HSV(B) 5.37º 0.34% 0.77% -
XYZ 35.86 31.09 25.23 -
YUV 153.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 197 136 130 0 0.31 0.34 0.23 5.37 0.37 0.64
Hex C5 88 82 0 1F 22 17 5 25 40
Octal 305 210 202 0 37 42 27 5 45 100
Binary 11000101 10001000 10000010 0 11111 100010 10111 101 100101 1000000

Color Harmonies of #C58882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58882

Black with #C58882

Text Example


Text Example

White with #C58882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58882; }

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

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

background-color css

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

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

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

border-color css

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

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

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