#C27E7A

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

Shades of Brandy Rose #C27E7A

Tints of Brandy Rose #C27E7A

Color information

#C27E7A (or 0xC27E7A) is unknown color: approx Brandy Rose. HEX triplet: C2, 7E and 7A. RGB value is (194,126,122). Sum of RGB (Red+Green+Blue) = 194+126+122=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E7A is #3D8185. Grayscale: #919191. Windows color (decimal): -4030854 or 8027842. OLE color: 8027842.

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

Color convert

RGB194126122-
CMYK00.350.370.24
HSL3.33º37.11%61.96%-
HSV(B)3.33º37.11%76.08%-
XYZ33.2227.822.03-
YUV145.88114.53162.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=43.89%
G=28.51%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412612200.350.370.243.3337.1161.96
HexC27E7A02325183253e
Octal302176172043453034576
Binary110000101111110111101001000111001011100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E7A; }

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

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

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

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

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

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

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

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