#C17E6E

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

Shades of Brandy Rose #C17E6E

Tints of Brandy Rose #C17E6E

Color information

#C17E6E (or 0xC17E6E) is unknown color: approx Brandy Rose. HEX triplet: C1, 7E and 6E. RGB value is (193,126,110). Sum of RGB (Red+Green+Blue) = 193+126+110=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E6E is #3E8191. Grayscale: #909090. Windows color (decimal): -4096402 or 7241409. OLE color: 7241409.

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

Color convert

RGB193126110-
CMYK00.350.430.24
HSL11.57º40.1%59.41%-
HSV(B)11.57º43.01%75.69%-
XYZ32.2727.3818.34-
YUV144.21108.7162.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=44.99%
G=29.37%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312611000.350.430.2411.5740.159.41
HexC17E6E0232B18c283b
Octal3011761560435330145073
Binary11000001111111011011100100011101011110001100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E6E; }

 p { color: rgb(193,126,110); }

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

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

 a { background-color: rgb(193,126,110); }

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

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

 span { border-color: rgb(193,126,110); }

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