#C27F70

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

Shades of Brandy Rose #C27F70

Tints of Brandy Rose #C27F70

Color information

#C27F70 (or 0xC27F70) is unknown color: approx Brandy Rose. HEX triplet: C2, 7F and 70. RGB value is (194,127,112). Sum of RGB (Red+Green+Blue) = 194+127+112=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F70 is #3D808F. Grayscale: #919191. Windows color (decimal): -4030608 or 7372738. OLE color: 7372738.

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

Color convert

RGB194127112-
CMYK00.350.420.24
HSL10.98º40.2%60%-
HSV(B)10.98º42.27%76.08%-
XYZ32.7627.8218.97-
YUV145.32109.2162.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=44.80%
G=29.33%
B=25.87%

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
Decimal19412711200.350.420.2410.9840.260
HexC27F700232A18b283c
Octal3021771600435230135074
Binary11000010111111111100000100011101010110001011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27F70; }

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

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

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

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

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

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

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

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