#C7817A

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

Shades of Brandy Rose #C7817A

Tints of Brandy Rose #C7817A

Color information

#C7817A (or 0xC7817A) is unknown color: approx Brandy Rose. HEX triplet: C7, 81 and 7A. RGB value is (199,129,122). Sum of RGB (Red+Green+Blue) = 199+129+122=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7817A is #387E85. Grayscale: #959595. Windows color (decimal): -3702406 or 8028615. OLE color: 8028615.

HSL color Cylindrical-coordinate representation of color #C7817A: hue angle of 5.45º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7817A is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199129122-
CMYK00.350.390.22
HSL5.45º40.74%62.94%-
HSV(B)5.45º38.69%78.04%-
XYZ34.9229.2522.22-
YUV149.13112.69163.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 122 (48.05% from 255) = 27.11%
R=44.22%
G=28.67%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912912200.350.390.225.4540.7462.94
HexC7817A02327165293f
Octal307201172043472655177
Binary11000111100000011111010010001110011110110101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7817A; }

 p { color: rgb(199,129,122); }

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

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

 a { background-color: rgb(199,129,122); }

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

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

 span { border-color: rgb(199,129,122); }

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