#C47B7A

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

Shades of Brandy Rose #C47B7A

Tints of Brandy Rose #C47B7A

Color information

#C47B7A (or 0xC47B7A) is unknown color: approx Brandy Rose. HEX triplet: C4, 7B and 7A. RGB value is (196,123,122). Sum of RGB (Red+Green+Blue) = 196+123+122=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7A is #3B8485. Grayscale: #909090. Windows color (decimal): -3900550 or 8027076. OLE color: 8027076.

HSL color Cylindrical-coordinate representation of color #C47B7A: hue angle of 0.81º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47B7A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB196123122-
CMYK00.370.380.23
HSL0.81º38.54%62.35%-
HSV(B)0.81º37.76%76.86%-
XYZ33.3627.3121.92-
YUV144.71115.18164.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=44.44%
G=27.89%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612312200.370.380.230.8138.5462.35
HexC47B7A02526171273e
Octal304173172045462714776
Binary11000100111101111110100100101100110101111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B7A; }

 p { color: rgb(196,123,122); }

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

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

 a { background-color: rgb(196,123,122); }

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

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

 span { border-color: rgb(196,123,122); }

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