#C2806E

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

Shades of Brandy Rose #C2806E

Tints of Brandy Rose #C2806E

Color information

#C2806E (or 0xC2806E) is unknown color: approx Brandy Rose. HEX triplet: C2, 80 and 6E. RGB value is (194,128,110). Sum of RGB (Red+Green+Blue) = 194+128+110=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 110 (43.36% from 255 or 25.46% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2806E is #3D7F91. Grayscale: #919191. Windows color (decimal): -4030354 or 7241922. OLE color: 7241922.

HSL color Cylindrical-coordinate representation of color #C2806E: hue angle of 12.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2806E is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194128110-
CMYK00.340.430.24
HSL12.86º40.78%59.61%-
HSV(B)12.86º43.3%76.08%-
XYZ32.7828.0318.44-
YUV145.68107.87162.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 128 (50.39% from 255) = 29.63%
BLUE value IS 110 (43.36% from 255) = 25.46%
R=44.91%
G=29.63%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412811000.340.430.2412.8640.7859.61
HexC2806E0222B18d293c
Octal3022001560425330155174
Binary110000101000000011011100100010101011110001101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2806E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2806E; }

 p { color: rgb(194,128,110); }

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

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

 a { background-color: rgb(194,128,110); }

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

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

 span { border-color: rgb(194,128,110); }

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