Html Css Color HEX #C58271 Brandy Rose

📋 copy color: '#C58271'

red 197 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #C58271

Tints of Brandy Rose #C58271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

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

R = 44.77%
G = 29.55%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58271 (or 0xC58271) is known color: Brandy Rose. HEX triplet: C5, 82 and 71. RGB value is (197,130,113). Sum of RGB (Red+Green+Blue) = 197+130+113=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58271 is #3A7D8E. Grayscale: #949494. Windows color (decimal): -3833231 or 7439045. OLE color: 7439045.

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

Color convert

RGB 197 130 113 -
CMYK 0 0.34 0.43 0.23
HSL 12.14º 0.42% 0.61% -
HSV(B) 12.14º 0.43% 0.77% -
XYZ 33.99 29.03 19.43 -
YUV 148.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 197 130 113 0 0.34 0.43 0.23 12.14 0.42 0.61
Hex C5 82 71 0 22 2B 17 C 2A 3D
Octal 305 202 161 0 42 53 27 14 52 75
Binary 11000101 10000010 1110001 0 100010 101011 10111 1100 101010 111101

Color Harmonies of #C58271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58271

Black with #C58271

Text Example


Text Example

White with #C58271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58271; }

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

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

background-color css

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

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

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

border-color css

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

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

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