#C4817B

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

Shades of Brandy Rose #C4817B

Tints of Brandy Rose #C4817B

Color information

#C4817B (or 0xC4817B) is unknown color: approx Brandy Rose. HEX triplet: C4, 81 and 7B. RGB value is (196,129,123). Sum of RGB (Red+Green+Blue) = 196+129+123=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817B is #3B7E84. Grayscale: #949494. Windows color (decimal): -3899013 or 8094148. OLE color: 8094148.

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

Color convert

RGB196129123-
CMYK00.340.370.23
HSL4.93º38.22%62.55%-
HSV(B)4.93º37.24%76.86%-
XYZ34.1928.8722.51-
YUV148.35113.7161.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=43.75%
G=28.79%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612912300.340.370.234.9338.2262.55
HexC4817B02225175263f
Octal304201173042452754677
Binary11000100100000011111011010001010010110111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4817B; }

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

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

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

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

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

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

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

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