Html Css Color HEX #C58070 Brandy Rose

📋 copy color: '#C58070'

red 197 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #C58070

Tints of Brandy Rose #C58070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 45.08%
G = 29.29%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58070 (or 0xC58070) is known color: Brandy Rose. HEX triplet: C5, 80 and 70. RGB value is (197,128,112). Sum of RGB (Red+Green+Blue) = 197+128+112=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C58070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58070 is #3A7F8F. Grayscale: #929292. Windows color (decimal): -3833744 or 7372997. OLE color: 7372997.

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

Color convert

RGB 197 128 112 -
CMYK 0 0.35 0.43 0.23
HSL 11.29º 0.42% 0.61% -
HSV(B) 11.29º 0.43% 0.77% -
XYZ 33.67 28.48 19.05 -
YUV 146.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 197 128 112 0 0.35 0.43 0.23 11.29 0.42 0.61
Hex C5 80 70 0 23 2B 17 B 2A 3D
Octal 305 200 160 0 43 53 27 13 52 75
Binary 11000101 10000000 1110000 0 100011 101011 10111 1011 101010 111101

Color Harmonies of #C58070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58070

Black with #C58070

Text Example


Text Example

White with #C58070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58070; }

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

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

background-color css

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

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

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

border-color css

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

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

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