#C2807B

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

Shades of Brandy Rose #C2807B

Tints of Brandy Rose #C2807B

Color information

#C2807B (or 0xC2807B) is unknown color: approx Brandy Rose. HEX triplet: C2, 80 and 7B. RGB value is (194,128,123). Sum of RGB (Red+Green+Blue) = 194+128+123=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2807B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2807B is #3D7F84. Grayscale: #939393. Windows color (decimal): -4030341 or 8093890. OLE color: 8093890.

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

Color convert

RGB194128123-
CMYK00.340.370.24
HSL4.23º36.79%62.16%-
HSV(B)4.23º36.6%76.08%-
XYZ33.5428.3422.44-
YUV147.16114.37161.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.60%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=43.60%
G=28.76%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412812300.340.370.244.2336.7962.16
HexC2807B02225184253e
Octal302200173042453044576
Binary11000010100000001111011010001010010111000100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2807B; }

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

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

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

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

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

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

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

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