#C68179

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

Shades of Brandy Rose #C68179

Tints of Brandy Rose #C68179

Color information

#C68179 (or 0xC68179) is unknown color: approx Brandy Rose. HEX triplet: C6, 81 and 79. RGB value is (198,129,121). Sum of RGB (Red+Green+Blue) = 198+129+121=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C68179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68179 is #397E86. Grayscale: #949494. Windows color (decimal): -3767943 or 7963078. OLE color: 7963078.

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

Color convert

RGB198129121-
CMYK00.350.390.22
HSL6.23º40.31%62.55%-
HSV(B)6.23º38.89%77.65%-
XYZ34.5929.0921.88-
YUV148.72112.36163.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=44.20%
G=28.79%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812912100.350.390.226.2340.3162.55
HexC6817902327166283f
Octal306201171043472665077
Binary11000110100000011111001010001110011110110110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68179; }

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

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

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

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

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

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

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

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