Html Css Color HEX #C6648C Hopbush

📋 copy color: '#C6648C'

red 198 ◦ green 100 ◦ blue 140

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

Shades of Hopbush #C6648C

Tints of Hopbush #C6648C

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

 GREEN value IS 100 (39.45% from 255) = 22.83%

 BLUE value IS 140 (55.08% from 255) = 31.96%

R = 45.21%
G = 22.83%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6648C (or 0xC6648C) is known color: Hopbush. HEX triplet: C6, 64 and 8C. RGB value is (198,100,140). Sum of RGB (Red+Green+Blue) = 198+100+140=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6648C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6648C is #399B73. Grayscale: #858585. Windows color (decimal): -3775348 or 9200838. OLE color: 9200838.

HSL color Cylindrical-coordinate representation of color #C6648C: hue angle of 335.51º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6648C is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 140 -
CMYK 0 0.49 0.29 0.22
HSL 335.51º 0.46% 0.58% -
HSV(B) 335.51º 0.49% 0.78% -
XYZ 32.58 23.01 27.54 -
YUV 133.86 131.47 173.75 -
System Red Green Blue C M Y K H S L
Decimal 198 100 140 0 0.49 0.29 0.22 335.51 0.46 0.58
Hex C6 64 8C 0 31 1D 16 150 2E 3A
Octal 306 144 214 0 61 35 26 520 56 72
Binary 11000110 1100100 10001100 0 110001 11101 10110 101010000 101110 111010

Color Harmonies of #C6648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6648C

Black with #C6648C

Text Example


Text Example

White with #C6648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6648C; }

 p { color: rgb(198,100,140); }

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

background-color css

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

 a { background-color: rgb(198,100,140); }

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

border-color css

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

 span { border-color: rgb(198,100,140); }

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