#C68877

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

Shades of Brandy Rose #C68877

Tints of Brandy Rose #C68877

Color information

#C68877 (or 0xC68877) is unknown color: approx Brandy Rose. HEX triplet: C6, 88 and 77. RGB value is (198,136,119). Sum of RGB (Red+Green+Blue) = 198+136+119=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C68877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68877 is #397788. Grayscale: #989898. Windows color (decimal): -3766153 or 7833798. OLE color: 7833798.

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

Color convert

RGB198136119-
CMYK00.310.400.22
HSL12.91º40.93%62.16%-
HSV(B)12.91º39.9%77.65%-
XYZ35.4230.9521.56-
YUV152.6109.04160.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 136 (53.52% from 255) = 30.02%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=43.71%
G=30.02%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813611900.310.400.2212.9140.9362.16
HexC6887701F2816d293e
Octal3062101670375026155176
Binary11000110100010001110111011111101000101101101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68877; }

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

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

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

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

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

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

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

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