Html Css Color HEX #C58B80 Oriental Pink

📋 copy color: '#C58B80'

red 197 ◦ green 139 ◦ blue 128

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

Shades of Oriental Pink #C58B80

Tints of Oriental Pink #C58B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 42.46%
G = 29.96%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C58B80 (or 0xC58B80) is known color: Oriental Pink. HEX triplet: C5, 8B and 80. RGB value is (197,139,128). Sum of RGB (Red+Green+Blue) = 197+139+128=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C58B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58B80 is #3A747F. Grayscale: #9B9B9B. Windows color (decimal): -3830912 or 8424389. OLE color: 8424389.

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

Color convert

RGB 197 139 128 -
CMYK 0 0.29 0.35 0.23
HSL 9.57º 0.37% 0.64% -
HSV(B) 9.57º 0.35% 0.77% -
XYZ 36.15 31.89 24.67 -
YUV 155.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 197 139 128 0 0.29 0.35 0.23 9.57 0.37 0.64
Hex C5 8B 80 0 1D 23 17 A 25 40
Octal 305 213 200 0 35 43 27 12 45 100
Binary 11000101 10001011 10000000 0 11101 100011 10111 1010 100101 1000000

Color Harmonies of #C58B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58B80

Black with #C58B80

Text Example


Text Example

White with #C58B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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