Html Css Color HEX #C58172 Brandy Rose

📋 copy color: '#C58172'

red 197 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C58172

Tints of Brandy Rose #C58172

RGB

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

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

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

R = 44.77%
G = 29.32%
B = 25.91%

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

#C58172 (or 0xC58172) is known color: Brandy Rose. HEX triplet: C5, 81 and 72. RGB value is (197,129,114). Sum of RGB (Red+Green+Blue) = 197+129+114=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C58172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58172 is #3A7E8D. Grayscale: #939393. Windows color (decimal): -3833486 or 7504325. OLE color: 7504325.

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

Color convert

RGB 197 129 114 -
CMYK 0 0.35 0.42 0.23
HSL 10.84º 0.42% 0.61% -
HSV(B) 10.84º 0.42% 0.77% -
XYZ 33.91 28.79 19.69 -
YUV 147.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 197 129 114 0 0.35 0.42 0.23 10.84 0.42 0.61
Hex C5 81 72 0 23 2A 17 B 2A 3D
Octal 305 201 162 0 43 52 27 13 52 75
Binary 11000101 10000001 1110010 0 100011 101010 10111 1011 101010 111101

Color Harmonies of #C58172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58172

Black with #C58172

Text Example


Text Example

White with #C58172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58172; }

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

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

background-color css

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

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

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

border-color css

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

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

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