Html Css Color HEX #C58F87 Oriental Pink

📋 copy color: '#C58F87'

red 197 ◦ green 143 ◦ blue 135

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

Shades of Oriental Pink #C58F87

Tints of Oriental Pink #C58F87

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.11%

 BLUE value IS 135 (53.13% from 255) = 28.42%

R = 41.47%
G = 30.11%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C58F87 (or 0xC58F87) is known color: Oriental Pink. HEX triplet: C5, 8F and 87. RGB value is (197,143,135). Sum of RGB (Red+Green+Blue) = 197+143+135=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F87 is #3A7078. Grayscale: #9E9E9E. Windows color (decimal): -3829881 or 8884165. OLE color: 8884165.

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

Color convert

RGB 197 143 135 -
CMYK 0 0.27 0.31 0.23
HSL 7.74º 0.35% 0.65% -
HSV(B) 7.74º 0.31% 0.77% -
XYZ 37.22 33.26 27.38 -
YUV 158.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 197 143 135 0 0.27 0.31 0.23 7.74 0.35 0.65
Hex C5 8F 87 0 1B 1F 17 8 23 41
Octal 305 217 207 0 33 37 27 10 43 101
Binary 11000101 10001111 10000111 0 11011 11111 10111 1000 100011 1000001

Color Harmonies of #C58F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F87

Black with #C58F87

Text Example


Text Example

White with #C58F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F87; }

 p { color: rgb(197,143,135); }

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

background-color css

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

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

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

border-color css

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

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

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