#C27F72

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

Shades of Brandy Rose #C27F72

Tints of Brandy Rose #C27F72

Color information

#C27F72 (or 0xC27F72) is unknown color: approx Brandy Rose. HEX triplet: C2, 7F and 72. RGB value is (194,127,114). Sum of RGB (Red+Green+Blue) = 194+127+114=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F72 is #3D808D. Grayscale: #919191. Windows color (decimal): -4030606 or 7503810. OLE color: 7503810.

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

Color convert

RGB194127114-
CMYK00.350.410.24
HSL9.75º39.6%60.39%-
HSV(B)9.75º41.24%76.08%-
XYZ32.8727.8619.56-
YUV145.55110.2162.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 114 (44.92% from 255) = 26.21%
R=44.60%
G=29.20%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412711400.350.410.249.7539.660.39
HexC27F720232918a283c
Octal3021771620435130125074
Binary11000010111111111100100100011101001110001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F72; }

 p { color: rgb(194,127,114); }

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

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

 a { background-color: rgb(194,127,114); }

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

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

 span { border-color: rgb(194,127,114); }

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