#C38471

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

Shades of Brandy Rose #C38471

Tints of Brandy Rose #C38471

Color information

#C38471 (or 0xC38471) is unknown color: approx Brandy Rose. HEX triplet: C3, 84 and 71. RGB value is (195,132,113). Sum of RGB (Red+Green+Blue) = 195+132+113=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 132 (51.95% from 255 or 30% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C38471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38471 is #3C7B8E. Grayscale: #949494. Windows color (decimal): -3963791 or 7439555. OLE color: 7439555.

HSL color Cylindrical-coordinate representation of color #C38471: hue angle of 13.9º 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 #C38471 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB195132113-
CMYK00.320.420.24
HSL13.9º40.59%60.39%-
HSV(B)13.9º42.05%76.47%-
XYZ33.7429.319.5-
YUV148.67107.87161.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 132 (51.95% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=44.32%
G=30%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513211300.320.420.2413.940.5960.39
HexC384710202A18e293c
Octal3032041610405230165174
Binary110000111000010011100010100000101010110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38471; }

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

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

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

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

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

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

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

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