#C27E70

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

Shades of Brandy Rose #C27E70

Tints of Brandy Rose #C27E70

Color information

#C27E70 (or 0xC27E70) is unknown color: approx Brandy Rose. HEX triplet: C2, 7E and 70. RGB value is (194,126,112). Sum of RGB (Red+Green+Blue) = 194+126+112=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E70 is #3D818F. Grayscale: #909090. Windows color (decimal): -4030864 or 7372482. OLE color: 7372482.

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

Color convert

RGB194126112-
CMYK00.350.420.24
HSL10.24º40.2%60%-
HSV(B)10.24º42.27%76.08%-
XYZ32.6327.5618.93-
YUV144.74109.53163.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=44.91%
G=29.17%
B=25.93%

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
Decimal19412611200.350.420.2410.2440.260
HexC27E700232A18a283c
Octal3021761600435230125074
Binary11000010111111011100000100011101010110001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E70; }

 p { color: rgb(194,126,112); }

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

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

 a { background-color: rgb(194,126,112); }

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

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

 span { border-color: rgb(194,126,112); }

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