#C38071

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

Shades of Brandy Rose #C38071

Tints of Brandy Rose #C38071

Color information

#C38071 (or 0xC38071) is unknown color: approx Brandy Rose. HEX triplet: C3, 80 and 71. RGB value is (195,128,113). Sum of RGB (Red+Green+Blue) = 195+128+113=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C38071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38071 is #3C7F8E. Grayscale: #929292. Windows color (decimal): -3964815 or 7438531. OLE color: 7438531.

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

Color convert

RGB195128113-
CMYK00.340.420.24
HSL10.98º40.59%60.39%-
HSV(B)10.98º42.05%76.47%-
XYZ33.2128.2319.32-
YUV146.32109.2162.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 128 (50.39% from 255) = 29.36%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=44.72%
G=29.36%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512811300.340.420.2410.9840.5960.39
HexC380710222A18b293c
Octal3032001610425230135174
Binary110000111000000011100010100010101010110001011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38071; }

 p { color: rgb(195,128,113); }

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

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

 a { background-color: rgb(195,128,113); }

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

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

 span { border-color: rgb(195,128,113); }

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