#C38670

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

Shades of Brandy Rose #C38670

Tints of Brandy Rose #C38670

Color information

#C38670 (or 0xC38670) is unknown color: approx Brandy Rose. HEX triplet: C3, 86 and 70. RGB value is (195,134,112). Sum of RGB (Red+Green+Blue) = 195+134+112=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C38670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38670 is #3C798F. Grayscale: #959595. Windows color (decimal): -3963280 or 7374531. OLE color: 7374531.

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

Color convert

RGB195134112-
CMYK00.310.430.24
HSL15.9º40.89%60.2%-
HSV(B)15.9º42.56%76.47%-
XYZ33.9629.8219.3-
YUV149.73106.71160.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=44.22%
G=30.39%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513411200.310.430.2415.940.8960.2
HexC3867001F2B1810293c
Octal3032061600375330205174
Binary110000111000011011100000111111010111100010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38670; }

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

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

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

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

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

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

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

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