#C17C76

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

Shades of Brandy Rose #C17C76

Tints of Brandy Rose #C17C76

Color information

#C17C76 (or 0xC17C76) is unknown color: approx Brandy Rose. HEX triplet: C1, 7C and 76. RGB value is (193,124,118). Sum of RGB (Red+Green+Blue) = 193+124+118=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C76 is #3E8389. Grayscale: #909090. Windows color (decimal): -4096906 or 7765185. OLE color: 7765185.

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

Color convert

RGB193124118-
CMYK00.360.390.24
HSL4.8º37.69%60.98%-
HSV(B)4.8º38.86%75.69%-
XYZ32.4727.0620.65-
YUV143.95113.36162.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.37%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=44.37%
G=28.51%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312411800.360.390.244.837.6960.98
HexC17C7602427185263d
Octal301174166044473054675
Binary1100000111111001110110010010010011111000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C76; }

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

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

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

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

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

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

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

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