#C38373

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

Shades of Brandy Rose #C38373

Tints of Brandy Rose #C38373

Color information

#C38373 (or 0xC38373) is unknown color: approx Brandy Rose. HEX triplet: C3, 83 and 73. RGB value is (195,131,115). Sum of RGB (Red+Green+Blue) = 195+131+115=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38373 is #3C7C8C. Grayscale: #949494. Windows color (decimal): -3964045 or 7570371. OLE color: 7570371.

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

Color convert

RGB195131115-
CMYK00.330.410.24
HSL12º40%60.78%-
HSV(B)12º41.03%76.47%-
XYZ33.7229.0720.05-
YUV148.31109.2161.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 131 (51.56% from 255) = 29.71%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=44.22%
G=29.71%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513111500.330.410.24124060.78
HexC383730212918c283d
Octal3032031630415130145075
Binary110000111000001111100110100001101001110001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38373; }

 p { color: rgb(195,131,115); }

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

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

 a { background-color: rgb(195,131,115); }

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

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

 span { border-color: rgb(195,131,115); }

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