Html Css Color HEX #C58173 Brandy Rose

📋 copy color: '#C58173'

red 197 ◦ green 129 ◦ blue 115

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

Shades of Brandy Rose #C58173

Tints of Brandy Rose #C58173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.25%

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

R = 44.67%
G = 29.25%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58173 (or 0xC58173) is known color: Brandy Rose. HEX triplet: C5, 81 and 73. RGB value is (197,129,115). Sum of RGB (Red+Green+Blue) = 197+129+115=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C58173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58173 is #3A7E8C. Grayscale: #939393. Windows color (decimal): -3833485 or 7569861. OLE color: 7569861.

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

Color convert

RGB 197 129 115 -
CMYK 0 0.35 0.42 0.23
HSL 10.24º 0.41% 0.61% -
HSV(B) 10.24º 0.42% 0.77% -
XYZ 33.97 28.81 19.99 -
YUV 147.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 197 129 115 0 0.35 0.42 0.23 10.24 0.41 0.61
Hex C5 81 73 0 23 2A 17 A 29 3D
Octal 305 201 163 0 43 52 27 12 51 75
Binary 11000101 10000001 1110011 0 100011 101010 10111 1010 101001 111101

Color Harmonies of #C58173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58173

Black with #C58173

Text Example


Text Example

White with #C58173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58173; }

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

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

background-color css

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

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

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

border-color css

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

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

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