Html Css Color HEX #C58E89 Oriental Pink

📋 copy color: '#C58E89'

red 197 ◦ green 142 ◦ blue 137

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

Shades of Oriental Pink #C58E89

Tints of Oriental Pink #C58E89

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.83%

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 41.39%
G = 29.83%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C58E89 (or 0xC58E89) is known color: Oriental Pink. HEX triplet: C5, 8E and 89. RGB value is (197,142,137). Sum of RGB (Red+Green+Blue) = 197+142+137=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58E89 is #3A7176. Grayscale: #9D9D9D. Windows color (decimal): -3830135 or 9014981. OLE color: 9014981.

HSL color Cylindrical-coordinate representation of color #C58E89: hue angle of 5º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58E89 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 142 137 -
CMYK 0 0.28 0.30 0.23
HSL 0.34% 0.65% -
HSV(B) 0.3% 0.77% -
XYZ 37.21 33.02 28.08 -
YUV 157.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 197 142 137 0 0.28 0.30 0.23 5 0.34 0.65
Hex C5 8E 89 0 1C 1E 17 5 22 41
Octal 305 216 211 0 34 36 27 5 42 101
Binary 11000101 10001110 10001001 0 11100 11110 10111 101 100010 1000001

Color Harmonies of #C58E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58E89

Black with #C58E89

Text Example


Text Example

White with #C58E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58E89; }

 p { color: rgb(197,142,137); }

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

background-color css

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

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

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

border-color css

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

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

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