Html Css Color HEX #C58585 Oriental Pink

📋 copy color: '#C58585'

red 197 ◦ green 133 ◦ blue 133

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

Shades of Oriental Pink #C58585

Tints of Oriental Pink #C58585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 42.55%
G = 28.73%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58585 (or 0xC58585) is known color: Oriental Pink. HEX triplet: C5, 85 and 85. RGB value is (197,133,133). Sum of RGB (Red+Green+Blue) = 197+133+133=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C58585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58585 is #3A7A7A. Grayscale: #989898. Windows color (decimal): -3832443 or 8750533. OLE color: 8750533.

HSL color Cylindrical-coordinate representation of color #C58585: 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.32%. Process color model (Four color, CMYK) of #C58585 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 133 -
CMYK 0 0.32 0.32 0.23
HSL 0.36% 0.65% -
HSV(B) 0.32% 0.77% -
XYZ 35.65 30.34 26.17 -
YUV 152.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 197 133 133 0 0.32 0.32 0.23 0 0.36 0.65
Hex C5 85 85 0 20 20 17 0 24 41
Octal 305 205 205 0 40 40 27 0 44 101
Binary 11000101 10000101 10000101 0 100000 100000 10111 0 100100 1000001

Color Harmonies of #C58585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58585

Black with #C58585

Text Example


Text Example

White with #C58585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58585; }

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

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

background-color css

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

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

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

border-color css

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

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

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