#C27C76

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

Shades of Brandy Rose #C27C76

Tints of Brandy Rose #C27C76

Color information

#C27C76 (or 0xC27C76) is unknown color: approx Brandy Rose. HEX triplet: C2, 7C and 76. RGB value is (194,124,118). Sum of RGB (Red+Green+Blue) = 194+124+118=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C76 is #3D8389. Grayscale: #909090. Windows color (decimal): -4031370 or 7765186. OLE color: 7765186.

HSL color Cylindrical-coordinate representation of color #C27C76: hue angle of 4.74º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27C76 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB194124118-
CMYK00.360.390.24
HSL4.74º38.38%61.18%-
HSV(B)4.74º39.18%76.08%-
XYZ32.7327.1920.66-
YUV144.25113.19163.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 124 (48.83% from 255) = 28.44%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=44.50%
G=28.44%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412411800.360.390.244.7438.3861.18
HexC27C7602427185263d
Octal302174166044473054675
Binary1100001011111001110110010010010011111000101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C76; }

 p { color: rgb(194,124,118); }

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

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

 a { background-color: rgb(194,124,118); }

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

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

 span { border-color: rgb(194,124,118); }

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