Html Css Color HEX #C58571 Brandy Rose

📋 copy color: '#C58571'

red 197 ◦ green 133 ◦ blue 113

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

Shades of Brandy Rose #C58571

Tints of Brandy Rose #C58571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 44.47%
G = 30.02%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58571 (or 0xC58571) is known color: Brandy Rose. HEX triplet: C5, 85 and 71. RGB value is (197,133,113). Sum of RGB (Red+Green+Blue) = 197+133+113=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C58571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58571 is #3A7A8E. Grayscale: #969696. Windows color (decimal): -3832463 or 7439813. OLE color: 7439813.

HSL color Cylindrical-coordinate representation of color #C58571: hue angle of 14.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 #C58571 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 113 -
CMYK 0 0.32 0.43 0.23
HSL 14.29º 0.42% 0.61% -
HSV(B) 14.29º 0.43% 0.77% -
XYZ 34.39 29.84 19.57 -
YUV 149.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 197 133 113 0 0.32 0.43 0.23 14.29 0.42 0.61
Hex C5 85 71 0 20 2B 17 E 2A 3D
Octal 305 205 161 0 40 53 27 16 52 75
Binary 11000101 10000101 1110001 0 100000 101011 10111 1110 101010 111101

Color Harmonies of #C58571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58571

Black with #C58571

Text Example


Text Example

White with #C58571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58571; }

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

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

background-color css

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

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

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

border-color css

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

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

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