#C2699A

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

Shades of Hopbush #C2699A

Tints of Hopbush #C2699A

Color information

#C2699A (or 0xC2699A) is unknown color: approx Hopbush. HEX triplet: C2, 69 and 9A. RGB value is (194,105,154). Sum of RGB (Red+Green+Blue) = 194+105+154=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2699A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2699A is #3D9665. Grayscale: #898989. Windows color (decimal): -4036198 or 10119618. OLE color: 10119618.

HSL color Cylindrical-coordinate representation of color #C2699A: hue angle of 326.97º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2699A is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB194105154-
CMYK00.460.210.24
HSL326.97º42.18%58.63%-
HSV(B)326.97º45.88%76.08%-
XYZ33.1323.9133.44-
YUV137.2137.49168.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=42.83%
G=23.18%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410515400.460.210.24326.9742.1858.63
HexC2699A02E15181472a3b
Octal30215123205625305075273
Binary1100001011010011001101001011101010111000101000111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2699A; }

 p { color: rgb(194,105,154); }

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

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

 a { background-color: rgb(194,105,154); }

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

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

 span { border-color: rgb(194,105,154); }

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