Html Css Color HEX #C58977 Brandy Rose

📋 copy color: '#C58977'

red 197 ◦ green 137 ◦ blue 119

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

Shades of Brandy Rose #C58977

Tints of Brandy Rose #C58977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 43.49%
G = 30.24%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C58977 (or 0xC58977) is known color: Brandy Rose. HEX triplet: C5, 89 and 77. RGB value is (197,137,119). Sum of RGB (Red+Green+Blue) = 197+137+119=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C58977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58977 is #3A7688. Grayscale: #999999. Windows color (decimal): -3831433 or 7834053. OLE color: 7834053.

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

Color convert

RGB 197 137 119 -
CMYK 0 0.30 0.40 0.23
HSL 13.85º 0.4% 0.62% -
HSV(B) 13.85º 0.4% 0.77% -
XYZ 35.3 31.09 21.59 -
YUV 152.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 197 137 119 0 0.30 0.40 0.23 13.85 0.4 0.62
Hex C5 89 77 0 1E 28 17 E 28 3E
Octal 305 211 167 0 36 50 27 16 50 76
Binary 11000101 10001001 1110111 0 11110 101000 10111 1110 101000 111110

Color Harmonies of #C58977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58977

Black with #C58977

Text Example


Text Example

White with #C58977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58977; }

 p { color: rgb(197,137,119); }

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

background-color css

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

 a { background-color: rgb(197,137,119); }

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

border-color css

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

 span { border-color: rgb(197,137,119); }

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