Html Css Color HEX #C06AA8 Hopbush

📋 copy color: '#C06AA8'

red 192 ◦ green 106 ◦ blue 168

#C06AA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hopbush #C06AA8

Tints of Hopbush #C06AA8

RGB

 RED value IS 192 (75.39% from 255) = 41.2%

 GREEN value IS 106 (41.8% from 255) = 22.75%

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 41.2%
G = 22.75%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C06AA8 (or 0xC06AA8) is known color: Hopbush. HEX triplet: C0, 6A and A8. RGB value is (192,106,168). Sum of RGB (Red+Green+Blue) = 192+106+168=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C06AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06AA8 is #3F9557. Grayscale: #8A8A8A. Windows color (decimal): -4167000 or 11037376. OLE color: 11037376.

HSL color Cylindrical-coordinate representation of color #C06AA8: hue angle of 316.74º 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 #C06AA8 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 106 168 -
CMYK 0 0.45 0.12 0.25
HSL 316.74º 0.41% 0.58% -
HSV(B) 316.74º 0.45% 0.75% -
XYZ 33.96 24.34 39.95 -
YUV 138.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 192 106 168 0 0.45 0.12 0.25 316.74 0.41 0.58
Hex C0 6A A8 0 2D C 19 13D 29 3A
Octal 300 152 250 0 55 14 31 475 51 72
Binary 11000000 1101010 10101000 0 101101 1100 11001 100111101 101001 111010

Color Harmonies of #C06AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AA8

Black with #C06AA8

Text Example


Text Example

White with #C06AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AA8; }

 p { color: rgb(192,106,168); }

 H1.HeaderClassName
 {
   color: #C06AA8;
 }
 .AnyTagClassName
 {
   color: #C06AA8;
 }
</style>

background-color css

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

 a { background-color: rgb(192,106,168); }

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

border-color css

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

 span { border-color: rgb(192,106,168); }

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