Html Css Color HEX #C58A87 Oriental Pink

📋 copy color: '#C58A87'

red 197 ◦ green 138 ◦ blue 135

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

Shades of Oriental Pink #C58A87

Tints of Oriental Pink #C58A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.36%

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

R = 41.91%
G = 29.36%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C58A87 (or 0xC58A87) is known color: Oriental Pink. HEX triplet: C5, 8A and 87. RGB value is (197,138,135). Sum of RGB (Red+Green+Blue) = 197+138+135=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58A87 is #3A7578. Grayscale: #9B9B9B. Windows color (decimal): -3831161 or 8882885. OLE color: 8882885.

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

Color convert

RGB 197 138 135 -
CMYK 0 0.30 0.31 0.23
HSL 2.9º 0.35% 0.65% -
HSV(B) 2.9º 0.31% 0.77% -
XYZ 36.49 31.8 27.14 -
YUV 155.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 197 138 135 0 0.30 0.31 0.23 2.9 0.35 0.65
Hex C5 8A 87 0 1E 1F 17 3 23 41
Octal 305 212 207 0 36 37 27 3 43 101
Binary 11000101 10001010 10000111 0 11110 11111 10111 11 100011 1000001

Color Harmonies of #C58A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A87

Black with #C58A87

Text Example


Text Example

White with #C58A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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