Html Css Color HEX #C58D8D Rosy Brown

📋 copy color: '#C58D8D'

red 197 ◦ green 141 ◦ blue 141

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

Shades of Rosy Brown #C58D8D

Tints of Rosy Brown #C58D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.44%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 41.13%
G = 29.44%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C58D8D (or 0xC58D8D) is known color: Rosy Brown. HEX triplet: C5, 8D and 8D. RGB value is (197,141,141). Sum of RGB (Red+Green+Blue) = 197+141+141=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58D8D is #3A7272. Grayscale: #9D9D9D. Windows color (decimal): -3830387 or 9276869. OLE color: 9276869.

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

Color convert

RGB 197 141 141 -
CMYK 0 0.28 0.28 0.23
HSL 0.33% 0.66% -
HSV(B) 0.28% 0.77% -
XYZ 37.36 32.84 29.57 -
YUV 157.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 197 141 141 0 0.28 0.28 0.23 0 0.33 0.66
Hex C5 8D 8D 0 1C 1C 17 0 21 42
Octal 305 215 215 0 34 34 27 0 41 102
Binary 11000101 10001101 10001101 0 11100 11100 10111 0 100001 1000010

Color Harmonies of #C58D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58D8D

Black with #C58D8D

Text Example


Text Example

White with #C58D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58D8D; }

 p { color: rgb(197,141,141); }

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

background-color css

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

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

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

border-color css

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

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

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