#C07BA2

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

Shades of Bouquet #C07BA2

Tints of Bouquet #C07BA2

Color information

#C07BA2 (or 0xC07BA2) is unknown color: approx Bouquet. HEX triplet: C0, 7B and A2. RGB value is (192,123,162). Sum of RGB (Red+Green+Blue) = 192+123+162=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C07BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07BA2 is #3F845D. Grayscale: #939393. Windows color (decimal): -4162654 or 10648512. OLE color: 10648512.

HSL color Cylindrical-coordinate representation of color #C07BA2: hue angle of 326.09º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07BA2 is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192123162-
CMYK00.360.160.25
HSL326.09º35.38%61.76%-
HSV(B)326.09º35.94%75.29%-
XYZ35.3427.9837.72-
YUV148.08135.86159.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=40.25%
G=25.79%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212316200.360.160.25326.0935.3861.76
HexC07BA20241019146233e
Octal30017324204420315064376
Binary1100000011110111010001001001001000011001101000110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07BA2; }

 p { color: rgb(192,123,162); }

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

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

 a { background-color: rgb(192,123,162); }

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

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

 span { border-color: rgb(192,123,162); }

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