#C17C75

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

Shades of Brandy Rose #C17C75

Tints of Brandy Rose #C17C75

Color information

#C17C75 (or 0xC17C75) is unknown color: approx Brandy Rose. HEX triplet: C1, 7C and 75. RGB value is (193,124,117). Sum of RGB (Red+Green+Blue) = 193+124+117=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17C75 is #3E838A. Grayscale: #8F8F8F. Windows color (decimal): -4096907 or 7699649. OLE color: 7699649.

HSL color Cylindrical-coordinate representation of color #C17C75: hue angle of 5.53º 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 #C17C75 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB193124117-
CMYK00.360.390.24
HSL5.53º38%60.78%-
HSV(B)5.53º39.38%75.69%-
XYZ32.4127.0420.34-
YUV143.83112.86163.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.47%
GREEN value IS 124 (48.83% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=44.47%
G=28.57%
B=26.96%

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
Decimal19312411700.360.390.245.533860.78
HexC17C7502427186263d
Octal301174165044473064675
Binary1100000111111001110101010010010011111000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17C75; }

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

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

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

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

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

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

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

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