#C68677

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

Shades of Brandy Rose #C68677

Tints of Brandy Rose #C68677

Color information

#C68677 (or 0xC68677) is unknown color: approx Brandy Rose. HEX triplet: C6, 86 and 77. RGB value is (198,134,119). Sum of RGB (Red+Green+Blue) = 198+134+119=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C68677 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68677 is #397988. Grayscale: #979797. Windows color (decimal): -3766665 or 7833286. OLE color: 7833286.

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

Color convert

RGB198134119-
CMYK00.320.400.22
HSL11.39º40.93%62.16%-
HSV(B)11.39º39.9%77.65%-
XYZ35.1430.3921.47-
YUV151.43109.7161.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.90%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=43.90%
G=29.71%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813411900.320.400.2211.3940.9362.16
HexC686770202816b293e
Octal3062061670405026135176
Binary110001101000011011101110100000101000101101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68677; }

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

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

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

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

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

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

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

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