Html Css Color HEX #C58773 Brandy Rose

📋 copy color: '#C58773'

red 197 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #C58773

Tints of Brandy Rose #C58773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 44.07%
G = 30.2%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58773 (or 0xC58773) is known color: Brandy Rose. HEX triplet: C5, 87 and 73. RGB value is (197,135,115). Sum of RGB (Red+Green+Blue) = 197+135+115=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C58773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58773 is #3A788C. Grayscale: #979797. Windows color (decimal): -3831949 or 7571397. OLE color: 7571397.

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

Color convert

RGB 197 135 115 -
CMYK 0 0.31 0.42 0.23
HSL 14.63º 0.41% 0.61% -
HSV(B) 14.63º 0.42% 0.77% -
XYZ 34.78 30.44 20.26 -
YUV 151.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 197 135 115 0 0.31 0.42 0.23 14.63 0.41 0.61
Hex C5 87 73 0 1F 2A 17 F 29 3D
Octal 305 207 163 0 37 52 27 17 51 75
Binary 11000101 10000111 1110011 0 11111 101010 10111 1111 101001 111101

Color Harmonies of #C58773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58773

Black with #C58773

Text Example


Text Example

White with #C58773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58773; }

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

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

background-color css

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

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

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

border-color css

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

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

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