Html Css Color HEX #C58673 Brandy Rose

📋 copy color: '#C58673'

red 197 ◦ green 134 ◦ blue 115

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

Shades of Brandy Rose #C58673

Tints of Brandy Rose #C58673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

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

R = 44.17%
G = 30.04%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58673 (or 0xC58673) is known color: Brandy Rose. HEX triplet: C5, 86 and 73. RGB value is (197,134,115). Sum of RGB (Red+Green+Blue) = 197+134+115=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C58673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58673 is #3A798C. Grayscale: #969696. Windows color (decimal): -3832205 or 7571141. OLE color: 7571141.

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

Color convert

RGB 197 134 115 -
CMYK 0 0.32 0.42 0.23
HSL 13.9º 0.41% 0.61% -
HSV(B) 13.9º 0.42% 0.77% -
XYZ 34.65 30.16 20.21 -
YUV 150.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 197 134 115 0 0.32 0.42 0.23 13.9 0.41 0.61
Hex C5 86 73 0 20 2A 17 E 29 3D
Octal 305 206 163 0 40 52 27 16 51 75
Binary 11000101 10000110 1110011 0 100000 101010 10111 1110 101001 111101

Color Harmonies of #C58673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58673

Black with #C58673

Text Example


Text Example

White with #C58673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58673; }

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

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

background-color css

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

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

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

border-color css

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

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

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