#C2827B

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

Shades of Brandy Rose #C2827B

Tints of Brandy Rose #C2827B

Color information

#C2827B (or 0xC2827B) is unknown color: approx Brandy Rose. HEX triplet: C2, 82 and 7B. RGB value is (194,130,123). Sum of RGB (Red+Green+Blue) = 194+130+123=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C2827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2827B is #3D7D84. Grayscale: #949494. Windows color (decimal): -4029829 or 8094402. OLE color: 8094402.

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

Color convert

RGB194130123-
CMYK00.330.370.24
HSL5.92º36.79%62.16%-
HSV(B)5.92º36.6%76.08%-
XYZ33.8128.8622.53-
YUV148.34113.7160.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 123 (48.44% from 255) = 27.52%
R=43.40%
G=29.08%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413012300.330.370.245.9236.7962.16
HexC2827B02125186253e
Octal302202173041453064576
Binary11000010100000101111011010000110010111000110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2827B; }

 p { color: rgb(194,130,123); }

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

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

 a { background-color: rgb(194,130,123); }

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

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

 span { border-color: rgb(194,130,123); }

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