#C68578

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

Shades of Brandy Rose #C68578

Tints of Brandy Rose #C68578

Color information

#C68578 (or 0xC68578) is unknown color: approx Brandy Rose. HEX triplet: C6, 85 and 78. RGB value is (198,133,120). Sum of RGB (Red+Green+Blue) = 198+133+120=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C68578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68578 is #397A87. Grayscale: #979797. Windows color (decimal): -3766920 or 7898566. OLE color: 7898566.

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

Color convert

RGB198133120-
CMYK00.330.390.22
HSL10º40.63%62.35%-
HSV(B)10º39.39%77.65%-
XYZ35.0730.1421.74-
YUV150.95110.53161.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 133 (52.34% from 255) = 29.49%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=43.90%
G=29.49%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813312000.330.390.221040.6362.35
HexC685780212716a293e
Octal3062051700414726125176
Binary110001101000010111110000100001100111101101010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68578; }

 p { color: rgb(198,133,120); }

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

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

 a { background-color: rgb(198,133,120); }

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

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

 span { border-color: rgb(198,133,120); }

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