Html Css Color HEX #C066A7 Hopbush

📋 copy color: '#C066A7'

red 192 ◦ green 102 ◦ blue 167

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

Shades of Hopbush #C066A7

Tints of Hopbush #C066A7

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.13%

 BLUE value IS 167 (65.63% from 255) = 36.23%

R = 41.65%
G = 22.13%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C066A7 (or 0xC066A7) is known color: Hopbush. HEX triplet: C0, 66 and A7. RGB value is (192,102,167). Sum of RGB (Red+Green+Blue) = 192+102+167=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C066A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066A7 is #3F9958. Grayscale: #888888. Windows color (decimal): -4168025 or 10970816. OLE color: 10970816.

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

Color convert

RGB 192 102 167 -
CMYK 0 0.47 0.13 0.25
HSL 316.67º 0.42% 0.58% -
HSV(B) 316.67º 0.47% 0.75% -
XYZ 33.46 23.5 39.33 -
YUV 136.32 145.32 167.71 -
System Red Green Blue C M Y K H S L
Decimal 192 102 167 0 0.47 0.13 0.25 316.67 0.42 0.58
Hex C0 66 A7 0 2F D 19 13D 2A 3A
Octal 300 146 247 0 57 15 31 475 52 72
Binary 11000000 1100110 10100111 0 101111 1101 11001 100111101 101010 111010

Color Harmonies of #C066A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066A7

Black with #C066A7

Text Example


Text Example

White with #C066A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066A7; }

 p { color: rgb(192,102,167); }

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

background-color css

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

 a { background-color: rgb(192,102,167); }

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

border-color css

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

 span { border-color: rgb(192,102,167); }

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