#C1817C

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

Shades of Brandy Rose #C1817C

Tints of Brandy Rose #C1817C

Color information

#C1817C (or 0xC1817C) is unknown color: approx Brandy Rose. HEX triplet: C1, 81 and 7C. RGB value is (193,129,124). Sum of RGB (Red+Green+Blue) = 193+129+124=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1817C is #3E7E83. Grayscale: #939393. Windows color (decimal): -4095620 or 8159681. OLE color: 8159681.

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

Color convert

RGB193129124-
CMYK00.330.360.24
HSL4.35º35.75%62.16%-
HSV(B)4.35º35.75%75.69%-
XYZ33.4828.4922.8-
YUV147.57114.7160.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=43.27%
G=28.92%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312912400.330.360.244.3535.7562.16
HexC1817C02124184243e
Octal301201174041443044476
Binary11000001100000011111100010000110010011000100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1817C; }

 p { color: rgb(193,129,124); }

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

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

 a { background-color: rgb(193,129,124); }

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

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

 span { border-color: rgb(193,129,124); }

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