Html Css Color HEX #C58F8D Oriental Pink

📋 copy color: '#C58F8D'

red 197 ◦ green 143 ◦ blue 141

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

Shades of Oriental Pink #C58F8D

Tints of Oriental Pink #C58F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 40.96%
G = 29.73%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C58F8D (or 0xC58F8D) is known color: Oriental Pink. HEX triplet: C5, 8F and 8D. RGB value is (197,143,141). Sum of RGB (Red+Green+Blue) = 197+143+141=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58F8D is #3A7072. Grayscale: #9E9E9E. Windows color (decimal): -3829875 or 9277381. OLE color: 9277381.

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

Color convert

RGB 197 143 141 -
CMYK 0 0.27 0.28 0.23
HSL 2.14º 0.33% 0.66% -
HSV(B) 2.14º 0.28% 0.77% -
XYZ 37.66 33.44 29.67 -
YUV 158.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 197 143 141 0 0.27 0.28 0.23 2.14 0.33 0.66
Hex C5 8F 8D 0 1B 1C 17 2 21 42
Octal 305 217 215 0 33 34 27 2 41 102
Binary 11000101 10001111 10001101 0 11011 11100 10111 10 100001 1000010

Color Harmonies of #C58F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58F8D

Black with #C58F8D

Text Example


Text Example

White with #C58F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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