Html Css Color HEX #C58375 Brandy Rose

📋 copy color: '#C58375'

red 197 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #C58375

Tints of Brandy Rose #C58375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.44%

 BLUE value IS 117 (46.09% from 255) = 26.29%

R = 44.27%
G = 29.44%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58375 (or 0xC58375) is known color: Brandy Rose. HEX triplet: C5, 83 and 75. RGB value is (197,131,117). Sum of RGB (Red+Green+Blue) = 197+131+117=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58375 is #3A7C8A. Grayscale: #959595. Windows color (decimal): -3832971 or 7701445. OLE color: 7701445.

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

Color convert

RGB 197 131 117 -
CMYK 0 0.34 0.41 0.23
HSL 10.5º 0.41% 0.62% -
HSV(B) 10.5º 0.41% 0.77% -
XYZ 34.35 29.39 20.69 -
YUV 149.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 197 131 117 0 0.34 0.41 0.23 10.5 0.41 0.62
Hex C5 83 75 0 22 29 17 A 29 3E
Octal 305 203 165 0 42 51 27 12 51 76
Binary 11000101 10000011 1110101 0 100010 101001 10111 1010 101001 111110

Color Harmonies of #C58375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58375

Black with #C58375

Text Example


Text Example

White with #C58375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58375; }

 p { color: rgb(197,131,117); }

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

background-color css

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

 a { background-color: rgb(197,131,117); }

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

border-color css

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

 span { border-color: rgb(197,131,117); }

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