#C1817D

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

Shades of Brandy Rose #C1817D

Tints of Brandy Rose #C1817D

Color information

#C1817D (or 0xC1817D) is unknown color: approx Brandy Rose. HEX triplet: C1, 81 and 7D. RGB value is (193,129,125). Sum of RGB (Red+Green+Blue) = 193+129+125=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1817D is #3E7E82. Grayscale: #939393. Windows color (decimal): -4095619 or 8225217. OLE color: 8225217.

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

Color convert

RGB193129125-
CMYK00.330.350.24
HSL3.53º35.42%62.35%-
HSV(B)3.53º35.23%75.69%-
XYZ33.5428.5223.14-
YUV147.68115.2160.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 129 (50.78% from 255) = 28.86%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=43.18%
G=28.86%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312912500.330.350.243.5335.4262.35
HexC1817D02123184233e
Octal301201175041433044376
Binary11000001100000011111101010000110001111000100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1817D; }

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

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

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

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

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

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

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

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