Html Css Color HEX #C58471 Brandy Rose

📋 copy color: '#C58471'

red 197 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #C58471

Tints of Brandy Rose #C58471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.86%

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

R = 44.57%
G = 29.86%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58471 (or 0xC58471) is known color: Brandy Rose. HEX triplet: C5, 84 and 71. RGB value is (197,132,113). Sum of RGB (Red+Green+Blue) = 197+132+113=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C58471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58471 is #3A7B8E. Grayscale: #959595. Windows color (decimal): -3832719 or 7439557. OLE color: 7439557.

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

Color convert

RGB 197 132 113 -
CMYK 0 0.33 0.43 0.23
HSL 13.57º 0.42% 0.61% -
HSV(B) 13.57º 0.43% 0.77% -
XYZ 34.26 29.57 19.52 -
YUV 149.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 197 132 113 0 0.33 0.43 0.23 13.57 0.42 0.61
Hex C5 84 71 0 21 2B 17 E 2A 3D
Octal 305 204 161 0 41 53 27 16 52 75
Binary 11000101 10000100 1110001 0 100001 101011 10111 1110 101010 111101

Color Harmonies of #C58471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58471

Black with #C58471

Text Example


Text Example

White with #C58471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58471; }

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

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

background-color css

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

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

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

border-color css

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

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

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