#C27D7D

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

Shades of Brandy Rose #C27D7D

Tints of Brandy Rose #C27D7D

Color information

#C27D7D (or 0xC27D7D) is unknown color: approx Brandy Rose. HEX triplet: C2, 7D and 7D. RGB value is (194,125,125). Sum of RGB (Red+Green+Blue) = 194+125+125=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D7D is #3D8282. Grayscale: #919191. Windows color (decimal): -4031107 or 8224194. OLE color: 8224194.

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

Color convert

RGB194125125-
CMYK00.360.360.24
HSL36.13%62.55%-
HSV(B)35.57%76.08%-
XYZ33.2827.6222.98-
YUV145.63116.36162.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=43.69%
G=28.15%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412512500.360.360.24036.1362.55
HexC27D7D02424180243f
Octal302175175044443004477
Binary11000010111110111111010100100100100110000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27D7D; }

 p { color: rgb(194,125,125); }

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

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

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

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

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

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

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