#C3817B

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

Shades of Brandy Rose #C3817B

Tints of Brandy Rose #C3817B

Color information

#C3817B (or 0xC3817B) is unknown color: approx Brandy Rose. HEX triplet: C3, 81 and 7B. RGB value is (195,129,123). Sum of RGB (Red+Green+Blue) = 195+129+123=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3817B is #3C7E84. Grayscale: #949494. Windows color (decimal): -3964549 or 8094147. OLE color: 8094147.

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

Color convert

RGB195129123-
CMYK00.340.370.24
HSL37.5%62.35%-
HSV(B)36.92%76.47%-
XYZ33.9328.7322.5-
YUV148.05113.87161.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.62%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=43.62%
G=28.86%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512912300.340.370.24537.562.35
HexC3817B02225185263e
Octal303201173042453054676
Binary11000011100000011111011010001010010111000101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3817B; }

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

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

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

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

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

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

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

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