#C2698A

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

Shades of Hopbush #C2698A

Tints of Hopbush #C2698A

Color information

#C2698A (or 0xC2698A) is unknown color: approx Hopbush. HEX triplet: C2, 69 and 8A. RGB value is (194,105,138). Sum of RGB (Red+Green+Blue) = 194+105+138=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2698A is #3D9675. Grayscale: #878787. Windows color (decimal): -4036214 or 9071042. OLE color: 9071042.

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

Color convert

RGB194105138-
CMYK00.460.290.24
HSL337.75º42.18%58.63%-
HSV(B)337.75º45.88%76.08%-
XYZ31.8923.4126.88-
YUV135.37129.49169.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=44.39%
G=24.03%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410513800.460.290.24337.7542.1858.63
HexC2698A02E1D181522a3b
Octal30215121205635305225273
Binary1100001011010011000101001011101110111000101010010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2698A; }

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

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

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

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

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

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

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

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