#C17E6F

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

Shades of Brandy Rose #C17E6F

Tints of Brandy Rose #C17E6F

Color information

#C17E6F (or 0xC17E6F) is unknown color: approx Brandy Rose. HEX triplet: C1, 7E and 6F. RGB value is (193,126,111). Sum of RGB (Red+Green+Blue) = 193+126+111=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E6F is #3E8190. Grayscale: #909090. Windows color (decimal): -4096401 or 7306945. OLE color: 7306945.

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

Color convert

RGB193126111-
CMYK00.350.420.24
HSL10.98º39.81%59.61%-
HSV(B)10.98º42.49%75.69%-
XYZ32.3227.4118.63-
YUV144.32109.2162.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 126 (49.61% from 255) = 29.30%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=44.88%
G=29.30%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312611100.350.420.2410.9839.8159.61
HexC17E6F0232A18b283c
Octal3011761570435230135074
Binary11000001111111011011110100011101010110001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17E6F; }

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

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

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

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

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

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

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

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