#C28A7D

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

Shades of Brandy Rose #C28A7D

Tints of Brandy Rose #C28A7D

Color information

#C28A7D (or 0xC28A7D) is unknown color: approx Brandy Rose. HEX triplet: C2, 8A and 7D. RGB value is (194,138,125). Sum of RGB (Red+Green+Blue) = 194+138+125=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28A7D is #3D7582. Grayscale: #999999. Windows color (decimal): -4027779 or 8227522. OLE color: 8227522.

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

Color convert

RGB194138125-
CMYK00.290.360.24
HSL11.3º36.13%62.55%-
HSV(B)11.3º35.57%76.08%-
XYZ35.0431.1323.56-
YUV153.26112.05157.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=42.45%
G=30.20%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413812500.290.360.2411.336.1362.55
HexC28A7D01D2418b243f
Octal3022121750354430134477
Binary11000010100010101111101011101100100110001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28A7D; }

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

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

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

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

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

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

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

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