#C47F75

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

Shades of Brandy Rose #C47F75

Tints of Brandy Rose #C47F75

Color information

#C47F75 (or 0xC47F75) is unknown color: approx Brandy Rose. HEX triplet: C4, 7F and 75. RGB value is (196,127,117). Sum of RGB (Red+Green+Blue) = 196+127+117=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F75 is #3B808A. Grayscale: #929292. Windows color (decimal): -3899531 or 7700420. OLE color: 7700420.

HSL color Cylindrical-coordinate representation of color #C47F75: hue angle of 7.59º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47F75 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB196127117-
CMYK00.350.400.23
HSL7.59º40.1%61.37%-
HSV(B)7.59º40.31%76.86%-
XYZ33.5728.220.5-
YUV146.49111.36163.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.55%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=44.55%
G=28.86%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612711700.350.400.237.5940.161.37
HexC47F7502328178283d
Octal3041771650435027105075
Binary11000100111111111101010100011101000101111000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F75; }

 p { color: rgb(196,127,117); }

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

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

 a { background-color: rgb(196,127,117); }

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

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

 span { border-color: rgb(196,127,117); }

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