#C18678

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

Shades of Brandy Rose #C18678

Tints of Brandy Rose #C18678

Color information

#C18678 (or 0xC18678) is unknown color: approx Brandy Rose. HEX triplet: C1, 86 and 78. RGB value is (193,134,120). Sum of RGB (Red+Green+Blue) = 193+134+120=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 134 (52.73% from 255 or 29.98% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C18678 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18678 is #3E7987. Grayscale: #969696. Windows color (decimal): -4094344 or 7898817. OLE color: 7898817.

HSL color Cylindrical-coordinate representation of color #C18678: hue angle of 11.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C18678 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB193134120-
CMYK00.310.380.24
HSL11.51º37.06%61.37%-
HSV(B)11.51º37.82%75.69%-
XYZ33.9129.7421.72-
YUV150.05111.05158.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 134 (52.73% from 255) = 29.98%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=43.18%
G=29.98%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313412000.310.380.2411.5137.0661.37
HexC1867801F2618c253d
Octal3012061700374630144575
Binary11000001100001101111000011111100110110001100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18678; }

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

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

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

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

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

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

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

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