#C28E7D

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

Shades of Brandy Rose #C28E7D

Tints of Brandy Rose #C28E7D

Color information

#C28E7D (or 0xC28E7D) is unknown color: approx Brandy Rose. HEX triplet: C2, 8E and 7D. RGB value is (194,142,125). Sum of RGB (Red+Green+Blue) = 194+142+125=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E7D is #3D7182. Grayscale: #9B9B9B. Windows color (decimal): -4026755 or 8228546. OLE color: 8228546.

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

Color convert

RGB194142125-
CMYK00.270.360.24
HSL14.78º36.13%62.55%-
HSV(B)14.78º35.57%76.08%-
XYZ35.6232.323.76-
YUV155.61110.73155.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 142 (55.86% from 255) = 30.80%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=42.08%
G=30.80%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414212500.270.360.2414.7836.1362.55
HexC28E7D01B2418f243f
Octal3022161750334430174477
Binary11000010100011101111101011011100100110001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E7D; }

 p { color: rgb(194,142,125); }

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

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

 a { background-color: rgb(194,142,125); }

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

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

 span { border-color: rgb(194,142,125); }

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