Html Css Color HEX #C58B86 Oriental Pink

📋 copy color: '#C58B86'

red 197 ◦ green 139 ◦ blue 134

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

Shades of Oriental Pink #C58B86

Tints of Oriental Pink #C58B86

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.57%

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 41.91%
G = 29.57%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58B86 (or 0xC58B86) is known color: Oriental Pink. HEX triplet: C5, 8B and 86. RGB value is (197,139,134). Sum of RGB (Red+Green+Blue) = 197+139+134=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B86 is #3A7479. Grayscale: #9B9B9B. Windows color (decimal): -3830906 or 8817605. OLE color: 8817605.

HSL color Cylindrical-coordinate representation of color #C58B86: hue angle of 4.76º degrees, saturation: 0.35, 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 #C58B86 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 139 134 -
CMYK 0 0.29 0.32 0.23
HSL 4.76º 0.35% 0.65% -
HSV(B) 4.76º 0.32% 0.77% -
XYZ 36.56 32.06 26.81 -
YUV 155.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 197 139 134 0 0.29 0.32 0.23 4.76 0.35 0.65
Hex C5 8B 86 0 1D 20 17 5 23 41
Octal 305 213 206 0 35 40 27 5 43 101
Binary 11000101 10001011 10000110 0 11101 100000 10111 101 100011 1000001

Color Harmonies of #C58B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B86

Black with #C58B86

Text Example


Text Example

White with #C58B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B86; }

 p { color: rgb(197,139,134); }

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

background-color css

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

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

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

border-color css

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

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

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