#C3827C

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

Shades of Brandy Rose #C3827C

Tints of Brandy Rose #C3827C

Color information

#C3827C (or 0xC3827C) is unknown color: approx Brandy Rose. HEX triplet: C3, 82 and 7C. RGB value is (195,130,124). Sum of RGB (Red+Green+Blue) = 195+130+124=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3827C is #3C7D83. Grayscale: #949494. Windows color (decimal): -3964292 or 8159939. OLE color: 8159939.

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

Color convert

RGB195130124-
CMYK00.330.360.24
HSL5.07º37.17%62.55%-
HSV(B)5.07º36.41%76.47%-
XYZ34.1329.0222.87-
YUV148.75114.03160.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=43.43%
G=28.95%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513012400.330.360.245.0737.1762.55
HexC3827C02124185253f
Octal303202174041443054577
Binary11000011100000101111100010000110010011000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3827C; }

 p { color: rgb(195,130,124); }

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

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

 a { background-color: rgb(195,130,124); }

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

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

 span { border-color: rgb(195,130,124); }

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