Html Css Color HEX #C58279 Brandy Rose

📋 copy color: '#C58279'

red 197 ◦ green 130 ◦ blue 121

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

Shades of Brandy Rose #C58279

Tints of Brandy Rose #C58279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 43.97%
G = 29.02%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C58279 (or 0xC58279) is known color: Brandy Rose. HEX triplet: C5, 82 and 79. RGB value is (197,130,121). Sum of RGB (Red+Green+Blue) = 197+130+121=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C58279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58279 is #3A7D86. Grayscale: #959595. Windows color (decimal): -3833223 or 7963333. OLE color: 7963333.

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

Color convert

RGB 197 130 121 -
CMYK 0 0.34 0.39 0.23
HSL 7.11º 0.4% 0.62% -
HSV(B) 7.11º 0.39% 0.77% -
XYZ 34.46 29.22 21.91 -
YUV 149.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 197 130 121 0 0.34 0.39 0.23 7.11 0.4 0.62
Hex C5 82 79 0 22 27 17 7 28 3E
Octal 305 202 171 0 42 47 27 7 50 76
Binary 11000101 10000010 1111001 0 100010 100111 10111 111 101000 111110

Color Harmonies of #C58279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58279

Black with #C58279

Text Example


Text Example

White with #C58279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58279; }

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

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

background-color css

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

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

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

border-color css

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

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

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