Html Css Color HEX #C06690 Hopbush

📋 copy color: '#C06690'

red 192 ◦ green 102 ◦ blue 144

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

Shades of Hopbush #C06690

Tints of Hopbush #C06690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.88%

R = 43.84%
G = 23.29%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#C06690 (or 0xC06690) is known color: Hopbush. HEX triplet: C0, 66 and 90. RGB value is (192,102,144). Sum of RGB (Red+Green+Blue) = 192+102+144=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C06690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06690 is #3F996F. Grayscale: #858585. Windows color (decimal): -4168048 or 9463488. OLE color: 9463488.

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

Color convert

RGB 192 102 144 -
CMYK 0 0.47 0.25 0.25
HSL 332º 0.42% 0.58% -
HSV(B) 332º 0.47% 0.75% -
XYZ 31.52 22.72 29.11 -
YUV 133.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 192 102 144 0 0.47 0.25 0.25 332 0.42 0.58
Hex C0 66 90 0 2F 19 19 14C 2A 3A
Octal 300 146 220 0 57 31 31 514 52 72
Binary 11000000 1100110 10010000 0 101111 11001 11001 101001100 101010 111010

Color Harmonies of #C06690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06690

Black with #C06690

Text Example


Text Example

White with #C06690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06690; }

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

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

background-color css

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

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

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

border-color css

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

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

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