#C4816F

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

Shades of Brandy Rose #C4816F

Tints of Brandy Rose #C4816F

Color information

#C4816F (or 0xC4816F) is unknown color: approx Brandy Rose. HEX triplet: C4, 81 and 6F. RGB value is (196,129,111). Sum of RGB (Red+Green+Blue) = 196+129+111=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4816F is #3B7E90. Grayscale: #939393. Windows color (decimal): -3899025 or 7307716. OLE color: 7307716.

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

Color convert

RGB196129111-
CMYK00.340.430.23
HSL12.71º41.87%60.2%-
HSV(B)12.71º43.37%76.86%-
XYZ33.4828.5818.79-
YUV146.98107.7162.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.95%
GREEN value IS 129 (50.78% from 255) = 29.59%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=44.95%
G=29.59%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612911100.340.430.2312.7141.8760.2
HexC4816F0222B17d2a3c
Octal3042011570425327155274
Binary110001001000000111011110100010101011101111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4816F; }

 p { color: rgb(196,129,111); }

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

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

 a { background-color: rgb(196,129,111); }

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

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

 span { border-color: rgb(196,129,111); }

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