#C68172

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

Shades of Brandy Rose #C68172

Tints of Brandy Rose #C68172

Color information

#C68172 (or 0xC68172) is unknown color: approx Brandy Rose. HEX triplet: C6, 81 and 72. RGB value is (198,129,114). Sum of RGB (Red+Green+Blue) = 198+129+114=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C68172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68172 is #397E8D. Grayscale: #949494. Windows color (decimal): -3767950 or 7504326. OLE color: 7504326.

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

Color convert

RGB198129114-
CMYK00.350.420.22
HSL10.71º42.42%61.18%-
HSV(B)10.71º42.42%77.65%-
XYZ34.1828.9219.7-
YUV147.92108.86163.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 129 (50.78% from 255) = 29.25%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=44.90%
G=29.25%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812911400.350.420.2210.7142.4261.18
HexC681720232A16b2a3d
Octal3062011620435226135275
Binary110001101000000111100100100011101010101101011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68172; }

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

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

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

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

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

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

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

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