#C27E4B

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

Shades of Brandy Punch #C27E4B

Tints of Brandy Punch #C27E4B

Color information

#C27E4B (or 0xC27E4B) is unknown color: approx Brandy Punch. HEX triplet: C2, 7E and 4B. RGB value is (194,126,75). Sum of RGB (Red+Green+Blue) = 194+126+75=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E4B is #3D81B4. Grayscale: #8C8C8C. Windows color (decimal): -4030901 or 4947650. OLE color: 4947650.

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

Color convert

RGB19412675-
CMYK00.350.610.24
HSL25.71º49.38%52.75%-
HSV(B)25.71º61.34%76.08%-
XYZ30.9826.910.22-
YUV140.5291.03166.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 126 (49.61% from 255) = 31.90%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=49.11%
G=31.90%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941267500.350.610.2425.7149.3852.75
HexC27E4B0233D181a3135
Octal3021761130437530326165
Binary110000101111110100101101000111111011100011010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27E4B; }

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

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

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

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

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

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

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

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