Html Css Color HEX #C58985 Oriental Pink

📋 copy color: '#C58985'

red 197 ◦ green 137 ◦ blue 133

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

Shades of Oriental Pink #C58985

Tints of Oriental Pink #C58985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 42.18%
G = 29.34%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C58985 (or 0xC58985) is known color: Oriental Pink. HEX triplet: C5, 89 and 85. RGB value is (197,137,133). Sum of RGB (Red+Green+Blue) = 197+137+133=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C58985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58985 is #3A767A. Grayscale: #9A9A9A. Windows color (decimal): -3831419 or 8751557. OLE color: 8751557.

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

Color convert

RGB 197 137 133 -
CMYK 0 0.30 0.32 0.23
HSL 3.75º 0.36% 0.65% -
HSV(B) 3.75º 0.32% 0.77% -
XYZ 36.21 31.46 26.35 -
YUV 154.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 197 137 133 0 0.30 0.32 0.23 3.75 0.36 0.65
Hex C5 89 85 0 1E 20 17 4 24 41
Octal 305 211 205 0 36 40 27 4 44 101
Binary 11000101 10001001 10000101 0 11110 100000 10111 100 100100 1000001

Color Harmonies of #C58985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58985

Black with #C58985

Text Example


Text Example

White with #C58985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58985; }

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

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

background-color css

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

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

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

border-color css

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

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

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