#c27f7b

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

Shades of Brandy Rose #C27F7B

Tints of Brandy Rose #C27F7B

Color information

#C27F7B (or 0xC27F7B) is unknown color: approx Brandy Rose. HEX triplet: C2, 7F and 7B. RGB value is (194,127,123). Sum of RGB (Red+Green+Blue) = 194+127+123=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F7B is #3D8084. Grayscale: #929292. Windows color (decimal): -4030597 or 8093634. OLE color: 8093634.

HSL color Cylindrical-coordinate representation of color #C27F7B: hue angle of 3.38º 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 #C27F7B is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB194127123-
CMYK00.350.370.24
HSL3.38º36.79%62.16%-
HSV(B)3.38º36.6%76.08%-
XYZ33.4128.0822.4-
YUV146.58114.7161.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=43.69%
G=28.60%
B=27.70%

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
Decimal19412712300.350.370.243.3836.7962.16
HexC27F7B02325183253e
Octal302177173043453034576
Binary110000101111111111101101000111001011100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c27f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c27f7b; }

 p { color: rgb(194,127,123); }

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

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

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

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

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

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

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