#C27C75

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

Shades of Brandy Rose #C27C75

Tints of Brandy Rose #C27C75

Color information

#C27C75 (or 0xC27C75) is unknown color: approx Brandy Rose. HEX triplet: C2, 7C and 75. RGB value is (194,124,117). Sum of RGB (Red+Green+Blue) = 194+124+117=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27C75 is #3D838A. Grayscale: #909090. Windows color (decimal): -4031371 or 7699650. OLE color: 7699650.

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

Color convert

RGB194124117-
CMYK00.360.400.24
HSL5.45º38.69%60.98%-
HSV(B)5.45º39.69%76.08%-
XYZ32.6727.1720.35-
YUV144.13112.69163.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 124 (48.83% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=44.60%
G=28.51%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412411700.360.400.245.4538.6960.98
HexC27C7502428185273d
Octal302174165044503054775
Binary1100001011111001110101010010010100011000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27C75; }

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

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

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

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

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

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

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

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