#C78172

Color #C78172 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C78172

Tints of Brandy Rose #C78172

Color information

#C78172 (or 0xC78172) is unknown color: approx Brandy Rose. HEX triplet: C7, 81 and 72. RGB value is (199,129,114). Sum of RGB (Red+Green+Blue) = 199+129+114=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C78172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78172 is #387E8D. Grayscale: #949494. Windows color (decimal): -3702414 or 7504327. OLE color: 7504327.

HSL color Cylindrical-coordinate representation of color #C78172: hue angle of 10.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C78172 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB199129114-
CMYK00.350.430.22
HSL10.59º43.15%61.37%-
HSV(B)10.59º42.71%78.04%-
XYZ34.4429.0619.71-
YUV148.22108.69164.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=45.02%
G=29.19%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912911400.350.430.2210.5943.1561.37
HexC781720232B16b2b3d
Octal3072011620435326135375
Binary110001111000000111100100100011101011101101011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78172; }

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

 H1.HeaderClassName
 {
   color: #C78172;
 }
 .AnyTagClassName
 {
   color: #C78172;
 }
</style>
background-color css

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

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

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

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

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

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