#C3827B

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

Shades of Brandy Rose #C3827B

Tints of Brandy Rose #C3827B

Color information

#C3827B (or 0xC3827B) is unknown color: approx Brandy Rose. HEX triplet: C3, 82 and 7B. RGB value is (195,130,123). Sum of RGB (Red+Green+Blue) = 195+130+123=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3827B is #3C7D84. Grayscale: #949494. Windows color (decimal): -3964293 or 8094403. OLE color: 8094403.

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

Color convert

RGB195130123-
CMYK00.330.370.24
HSL5.83º37.5%62.35%-
HSV(B)5.83º36.92%76.47%-
XYZ34.062922.54-
YUV148.64113.53161.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=43.53%
G=29.02%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513012300.330.370.245.8337.562.35
HexC3827B02125186263e
Octal303202173041453064676
Binary11000011100000101111011010000110010111000110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3827B; }

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

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

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

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

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

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

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

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