Html Css Color HEX #C58672 Brandy Rose

📋 copy color: '#C58672'

red 197 ◦ green 134 ◦ blue 114

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

Shades of Brandy Rose #C58672

Tints of Brandy Rose #C58672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 44.27%
G = 30.11%
B = 25.62%

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

#C58672 (or 0xC58672) is known color: Brandy Rose. HEX triplet: C5, 86 and 72. RGB value is (197,134,114). Sum of RGB (Red+Green+Blue) = 197+134+114=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C58672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58672 is #3A798D. Grayscale: #969696. Windows color (decimal): -3832206 or 7505605. OLE color: 7505605.

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

Color convert

RGB 197 134 114 -
CMYK 0 0.32 0.42 0.23
HSL 14.46º 0.42% 0.61% -
HSV(B) 14.46º 0.42% 0.77% -
XYZ 34.59 30.14 19.91 -
YUV 150.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 197 134 114 0 0.32 0.42 0.23 14.46 0.42 0.61
Hex C5 86 72 0 20 2A 17 E 2A 3D
Octal 305 206 162 0 40 52 27 16 52 75
Binary 11000101 10000110 1110010 0 100000 101010 10111 1110 101010 111101

Color Harmonies of #C58672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58672

Black with #C58672

Text Example


Text Example

White with #C58672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58672; }

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

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

background-color css

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

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

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

border-color css

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

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

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