#C38279

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

Shades of Brandy Rose #C38279

Tints of Brandy Rose #C38279

Color information

#C38279 (or 0xC38279) is unknown color: approx Brandy Rose. HEX triplet: C3, 82 and 79. RGB value is (195,130,121). Sum of RGB (Red+Green+Blue) = 195+130+121=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C38279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38279 is #3C7D86. Grayscale: #949494. Windows color (decimal): -3964295 or 7963331. OLE color: 7963331.

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

Color convert

RGB195130121-
CMYK00.330.380.24
HSL7.3º38.14%61.96%-
HSV(B)7.3º37.95%76.47%-
XYZ33.9428.9521.89-
YUV148.41112.53161.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 121 (47.66% from 255) = 27.13%
R=43.72%
G=29.15%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513012100.330.380.247.338.1461.96
HexC3827902126187263e
Octal303202171041463074676
Binary11000011100000101111001010000110011011000111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38279; }

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

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

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

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

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

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

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

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