#C2806F

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

Shades of Brandy Rose #C2806F

Tints of Brandy Rose #C2806F

Color information

#C2806F (or 0xC2806F) is unknown color: approx Brandy Rose. HEX triplet: C2, 80 and 6F. RGB value is (194,128,111). Sum of RGB (Red+Green+Blue) = 194+128+111=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2806F is #3D7F90. Grayscale: #919191. Windows color (decimal): -4030353 or 7307458. OLE color: 7307458.

HSL color Cylindrical-coordinate representation of color #C2806F: hue angle of 12.29º degrees, saturation: 0.4, 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 #C2806F is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194128111-
CMYK00.340.430.24
HSL12.29º40.49%59.8%-
HSV(B)12.29º42.78%76.08%-
XYZ32.8428.0618.72-
YUV145.8108.37162.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=44.80%
G=29.56%
B=25.64%

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
Decimal19412811100.340.430.2412.2940.4959.8
HexC2806F0222B18c283c
Octal3022001570425330145074
Binary110000101000000011011110100010101011110001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2806F; }

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

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

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

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

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

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

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

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