Html Css Color HEX #C58775 Brandy Rose

📋 copy color: '#C58775'

red 197 ◦ green 135 ◦ blue 117

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

Shades of Brandy Rose #C58775

Tints of Brandy Rose #C58775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 43.88%
G = 30.07%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C58775 (or 0xC58775) is known color: Brandy Rose. HEX triplet: C5, 87 and 75. RGB value is (197,135,117). Sum of RGB (Red+Green+Blue) = 197+135+117=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C58775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58775 is #3A788A. Grayscale: #979797. Windows color (decimal): -3831947 or 7702469. OLE color: 7702469.

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

Color convert

RGB 197 135 117 -
CMYK 0 0.31 0.41 0.23
HSL 13.5º 0.41% 0.62% -
HSV(B) 13.5º 0.41% 0.77% -
XYZ 34.9 30.48 20.87 -
YUV 151.49 108.54 160.46 -
System Red Green Blue C M Y K H S L
Decimal 197 135 117 0 0.31 0.41 0.23 13.5 0.41 0.62
Hex C5 87 75 0 1F 29 17 E 29 3E
Octal 305 207 165 0 37 51 27 16 51 76
Binary 11000101 10000111 1110101 0 11111 101001 10111 1110 101001 111110

Color Harmonies of #C58775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58775

Black with #C58775

Text Example


Text Example

White with #C58775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58775; }

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

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

background-color css

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

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

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

border-color css

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

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

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