#C68678

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

Shades of Brandy Rose #C68678

Tints of Brandy Rose #C68678

Color information

#C68678 (or 0xC68678) is unknown color: approx Brandy Rose. HEX triplet: C6, 86 and 78. RGB value is (198,134,120). Sum of RGB (Red+Green+Blue) = 198+134+120=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C68678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68678 is #397987. Grayscale: #979797. Windows color (decimal): -3766664 or 7898822. OLE color: 7898822.

HSL color Cylindrical-coordinate representation of color #C68678: hue angle of 10.77º 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 #C68678 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB198134120-
CMYK00.320.390.22
HSL10.77º40.63%62.35%-
HSV(B)10.77º39.39%77.65%-
XYZ35.230.4121.78-
YUV151.54110.2161.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.81%
GREEN value IS 134 (52.73% from 255) = 29.65%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=43.81%
G=29.65%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813412000.320.390.2210.7740.6362.35
HexC686780202716b293e
Octal3062061700404726135176
Binary110001101000011011110000100000100111101101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68678; }

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

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

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

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

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

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

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

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