#C38370

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

Shades of Brandy Rose #C38370

Tints of Brandy Rose #C38370

Color information

#C38370 (or 0xC38370) is unknown color: approx Brandy Rose. HEX triplet: C3, 83 and 70. RGB value is (195,131,112). Sum of RGB (Red+Green+Blue) = 195+131+112=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C38370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38370 is #3C7C8F. Grayscale: #949494. Windows color (decimal): -3964048 or 7373763. OLE color: 7373763.

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

Color convert

RGB195131112-
CMYK00.330.430.24
HSL13.73º40.89%60.2%-
HSV(B)13.73º42.56%76.47%-
XYZ33.552919.16-
YUV147.97107.7161.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 131 (51.56% from 255) = 29.91%
BLUE value IS 112 (44.14% from 255) = 25.57%
R=44.52%
G=29.91%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513111200.330.430.2413.7340.8960.2
HexC383700212B18e293c
Octal3032031600415330165174
Binary110000111000001111100000100001101011110001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38370; }

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

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

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

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

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

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

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

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