Html Css Color HEX #C58178 Brandy Rose

📋 copy color: '#C58178'

red 197 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C58178

Tints of Brandy Rose #C58178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 44.17%
G = 28.92%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C58178 (or 0xC58178) is known color: Brandy Rose. HEX triplet: C5, 81 and 78. RGB value is (197,129,120). Sum of RGB (Red+Green+Blue) = 197+129+120=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58178 is #3A7E87. Grayscale: #949494. Windows color (decimal): -3833480 or 7897541. OLE color: 7897541.

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

Color convert

RGB 197 129 120 -
CMYK 0 0.35 0.39 0.23
HSL 7.01º 0.4% 0.62% -
HSV(B) 7.01º 0.39% 0.77% -
XYZ 34.27 28.93 21.55 -
YUV 148.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 197 129 120 0 0.35 0.39 0.23 7.01 0.4 0.62
Hex C5 81 78 0 23 27 17 7 28 3E
Octal 305 201 170 0 43 47 27 7 50 76
Binary 11000101 10000001 1111000 0 100011 100111 10111 111 101000 111110

Color Harmonies of #C58178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58178

Black with #C58178

Text Example


Text Example

White with #C58178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58178; }

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

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

background-color css

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

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

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

border-color css

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

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

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