#C0698A

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

Shades of Hopbush #C0698A

Tints of Hopbush #C0698A

Color information

#C0698A (or 0xC0698A) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 8A. RGB value is (192,105,138). Sum of RGB (Red+Green+Blue) = 192+105+138=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0698A is #3F9675. Grayscale: #868686. Windows color (decimal): -4167286 or 9071040. OLE color: 9071040.

HSL color Cylindrical-coordinate representation of color #C0698A: hue angle of 337.24º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0698A is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB192105138-
CMYK00.450.280.25
HSL337.24º40.85%58.24%-
HSV(B)337.24º45.31%75.29%-
XYZ31.3823.1426.86-
YUV134.78129.82168.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=44.14%
G=24.14%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210513800.450.280.25337.2440.8558.24
HexC0698A02D1C19151293a
Octal30015121205534315215172
Binary1100000011010011000101001011011110011001101010001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0698A; }

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

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

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

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

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

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

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

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