#C27D71

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

Shades of Brandy Rose #C27D71

Tints of Brandy Rose #C27D71

Color information

#C27D71 (or 0xC27D71) is unknown color: approx Brandy Rose. HEX triplet: C2, 7D and 71. RGB value is (194,125,113). Sum of RGB (Red+Green+Blue) = 194+125+113=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D71 is #3D828E. Grayscale: #909090. Windows color (decimal): -4031119 or 7437762. OLE color: 7437762.

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

Color convert

RGB194125113-
CMYK00.360.420.24
HSL8.89º39.9%60.2%-
HSV(B)8.89º41.75%76.08%-
XYZ32.5627.3319.18-
YUV144.26110.36163.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=44.91%
G=28.94%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412511300.360.420.248.8939.960.2
HexC27D710242A189283c
Octal3021751610445230115074
Binary11000010111110111100010100100101010110001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D71; }

 p { color: rgb(194,125,113); }

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

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

 a { background-color: rgb(194,125,113); }

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

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

 span { border-color: rgb(194,125,113); }

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